Assigned Team
Serial |
Surgent/Team Name |
Responsibility |
Action |
@php $i = 1; @endphp
@if($surgery_team->count() > 0)
@foreach($surgery_team as $list)
{{ $i++ }} |
{{ $list->surgent_name }} {{ $list->designation_name }} |
{{ $list->responsibility }} |
|
@endforeach
@else
No Assigned Team |
@endif