@if ($serverstatus) {{-- @if (\Illuminate\Support\Facades\Auth::user()->isAbleTo('masterdata-read')) --}} {{-- Permissions --}}
{{-- @if (\Illuminate\Support\Facades\Auth::user()->isAbleTo('masterdata-create')) --}} {{-- --}} {{-- @endif --}}
@if (sizeof($data) > 0) @foreach ($data as $tabledata) @endforeach @else @endif
Actions Status Created At Clinic ID Clinic Information Verification Date Deploy Date Amount Paid
@if (session('session_vendor_id') != '' && $tabledata['status'] > 2) Actions @else Actions @endif
@if ($tabledata['status'] == '5') Update by the owner @elseif($tabledata['action_require_comment'] != null) Action Required @elseif($tabledata['clinic_name'] == null && $tabledata['status'] == '1') Registration Pending @elseif($tabledata['status'] == '1' && $tabledata['clinic_name'] != null) New @elseif($tabledata['status'] == '2') Pending For Verification @elseif($tabledata['status'] == '3') Verified @elseif($tabledata['status'] == '4') Deployed @else Inactive @endif
{{ \Carbon\Carbon::parse($tabledata['created_at'])->format('d-M-Y h:i A') }} {{ $tabledata['clinic_id'] }} {{ $tabledata['clinic_name'] }}
Address : {{ $tabledata['clinic_address'] }} {{ $tabledata['clinic_street'] }}, {{ $tabledata['clinic_city'] }}, {{ $tabledata['clinic_district'] }}, {{ $tabledata['clinic_state'] }}, {{ $tabledata['clinic_zip_code'] }}
@if($tabledata['varification_date'] != null) {{ \Carbon\Carbon::parse($tabledata['varification_date'])->format('d-M-Y') }} @else Not Verified @endif @if($tabledata['deploy_date'] != null) {{ \Carbon\Carbon::parse($tabledata['deploy_date'])->format('d-M-Y') }} @else Not Deploy @endif @if($tabledata['service_cost_paid'] > 0) INR {{ $tabledata['service_cost_paid'] }} @endif
@if ($tabledata['transaction_id'] != '') Payment Success
TRNS ID : {{ $tabledata['transaction_id'] }} @elseif($tabledata['service_cost_paid'] == null && $tabledata['transaction_id'] == null) Payment Pending @elseif($tabledata['service_cost_paid'] == 0 && $tabledata['transaction_id'] == null) Free @elseif($tabledata['service_cost_paid'] > 0 && $tabledata['transaction_id'] == null) Payment Failed @endif

No Data Available

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

Sorry !!! Unauthorized Access

@endif --}} @else

Sorry !!! Service Is Not Available.

@endif @section('externaljs') @endsection