@if($serverstatus) {{--@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('masterdata-read'))--}} {{--Permissions--}}
{{--@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('masterdata-create'))--}} {{-- @endif--}}
@if(sizeof($datatables)>0) @foreach($datatables as $tabledata) @endforeach @else @endif
Actions Status Heading Rating Patient Name Patient Image Patient Comment Patient Designation
@if($tabledata['status'] =='1') Active @else Inactive @endif
{{$tabledata['heading']}} @foreach ( $tabledata['sub_data'] as $pat )
{{$pat->pat_rating}}
@endforeach
@foreach ( $tabledata['sub_data'] as $pat )
{{$pat->pat_name}}
@endforeach
@foreach ( $tabledata['sub_data'] as $pat )
@if($pat->pat_image != "NA") @else NA @endif
@endforeach
@foreach ( $tabledata['sub_data'] as $pat )
{{$pat->pat_comment}}
@endforeach
@foreach ( $tabledata['sub_data'] as $pat )
{{$pat->pat_designation}}
@endforeach

No Data Available

{{$datatables->links('livewire.pagination-livewire')}}
{{-- @else

Sorry !!! Unauthorized Access

@endif--}} @else

Sorry !!! Service Is Not Available.

@endif @section('externaljs') @endsection