@include('partials/header') @include('partials/topbar') @include('partials/sidebar')

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)
Filter
@if($user->org_id != 0)
@else
{{-- --}}
@endif
{{-- --}}
{{-- --}}
{{-- --}}
Patient Details Service Booking Details Service Details Status Action
@endif
@if ($edit == 1) @endif @include('partials/footer')