{{--@if (\Illuminate\Support\Facades\Auth::user()->isAbleTo('patient_regd-read'))--}}
@if (session()->has('success'))
@elseif (session()->has('error'))
@endif
@if($isVisible) @endif
@if (sizeof($datatables) > 0) @foreach ($datatables as $key => $tabledata) @endforeach @else @endif
Select Sl No. Regd. ID Regd. Date Test Name Assigned Pathology Lab Action
@if($tabledata['pathology_name'] ==null) @endif {{ $key+1 }} {{ $tabledata['reg_no'] }} {{ Carbon\Carbon::parse($tabledata['created_at'])->format('d-M-Y') }} {{ $tabledata['diagnosis_name'] }} {{ $tabledata['pathology_name'] }} @if (\Illuminate\Support\Facades\Auth::user()->isAbleTo('manage_organisation-update')) @endif

No Data Available

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

Sorry--}} {{-- !!! Unauthorized Access

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--@endif--}} @section('externaljs') @endsection