All Service Bookings
@php
$serviceBooking = explode(',', $rights->services_booking_for_patients);
$add = $serviceBooking[0];
$view = $serviceBooking[1];
$edit = $serviceBooking[2];
$updateStatus = $serviceBooking[3];
@endphp
@if ($add == 1)
@endif
@if ($add == 1)
@endif
@if ($view == 1)
@if($user->org_id != 0)
@else
@endif
|
Patient Details |
Service Booking Details |
Service Details |
Status |
Action |
@endif