{{--@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('manage_organisation-read'))--}}
{{-- @if (session()->has('success'))--}} {{--
--}} {{-- --}} {{--
--}} {{-- @elseif (session()->has('error'))--}} {{--
--}} {{-- --}} {{--
--}} {{-- @endif--}}
Request By
{{-- @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('manage_organisation-create'))--}} {{-- @endif--}}
@if(sizeof($datatables)>0) @foreach($datatables as $tabledata) @if($tabledata['request_by'] == "Doctor") @elseif($tabledata['status'] == 2) @else @endif @endforeach @else @endif
Request Status Requested By Request For Doctor Name Specialist Mobile No. Email ID Action
@if($tabledata['status'] == 1) @if($tabledata['request_type'] === 'In') Sent @else Relieved @endif @elseif($tabledata['status'] == 2) Accepted @else Rejected @endif {{$tabledata['request_by']}} @if($tabledata['request_type'] === 'In') Appoint @else Remove @endif {{$tabledata['name']}} {{$tabledata['speciality']}}{{$tabledata['phone_no']}} {{$tabledata['email_id']}}{{$tabledata['phone_no']}} {{$tabledata['email_id']}}wait for response wait for response

No Data Available

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

Sorry !!! Unauthorized Access

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