@extends('layout.dashboard') @section('title', 'Team - Kamba Animation') @section('content')
| Nome | Especialidade | Estado | ||
|---|---|---|---|---|
Não existem registos |
||||
|
@if($item->image == "default")
|
{{ $item->name }} | {{ $item->especiality }} |
@if($item->status=='1')
Activo@else('Em tratamento')Inactivo@endif |
|