@if ($serverstatus) {{-- @if (\Illuminate\Support\Facades\Auth::user()->isAbleTo('masterdata-read')) --}} {{-- Permissions --}}
{{-- @if (\Illuminate\Support\Facades\Auth::user()->isAbleTo('masterdata-create')) --}} {{-- --}} {{-- @endif --}}
@if (sizeof($drs) > 0) @foreach ($drs as $key => $dr) @if($dr['app_service_id'] != null) @else @endif @endforeach @else @endif
Actions Status Name Speciality Email Mobile Amount Paid
@if($dr['verified'] == '1' && $dr['approved'] == '1') Generate QR CODE Please Wait... @else Actions @endif
@if($dr['action_required'] != null && $dr['verified'] == '0' && $dr['approved'] == '0' && $dr['status'] == '0') Action Required @elseif($dr['status'] == '0' && $dr['verified'] == '0' && $dr['approved'] == '0' && $dr['vender_id'] == null && $dr['gender'] != null && $dr['dob'] != null) New @elseif($dr['status'] == '0' && $dr['verified'] == '0' && $dr['approved'] == '0' && $dr['vender_id'] != null) Pending For Verification @elseif($dr['verified'] == '1' && $dr['status'] == '0') Verified @elseif($dr['approved'] == '1' && $dr['status'] =='1' && $dr['verified'] == '1') Approved @elseif($dr['status'] == '0' && $dr['verified'] == '0' && $dr['approved'] == '0' && $dr['vender_id'] == null && $dr['gender'] == null && $dr['dob'] == null) Registration Pending @else Not Verified @endif
{{$dr['doctor_name']}}@if($dr['clinic_name'] != null)
({{$dr['clinic_name']}})@endif {{-- {{ \Carbon\Carbon::parse($tabledata['created_at'])->format('d-M-Y h:i A') }}--}}
{{$dr['specialist_name']}} {{-- --}} {{-- {{ $tabledata['clinic_id'] }}--}} {{-- --}} {{$dr['email_id']}} {{-- {{ $tabledata['clinic_name'] }}
--}} {{-- Address : {{ $tabledata['clinic_address'] }}--}} {{-- {{ $tabledata['clinic_street'] }},--}} {{-- {{ $tabledata['clinic_city'] }},--}} {{-- {{ $tabledata['clinic_district'] }},--}} {{-- {{ $tabledata['clinic_state'] }},--}} {{-- {{ $tabledata['clinic_zip_code'] }}
--}}
{{ $dr['phone_no'] }} INR {{ $dr['net_amount'] }}
@if ($dr['transaction_id'] != null) Payment Success
TRNS ID : {{ $dr['transaction_id'] }} @elseif($dr['service_cost_paid'] == 0 && $dr['app_service_id'] != null) Free @else Payment Failed @endif
NA

No Data Available

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

Sorry !!! Unauthorized Access

@endif --}} @else

Sorry !!! Service Is Not Available.

@endif @section('externaljs') @endsection