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

All Service Location Schedules

@php $serviceLocationScheduling = explode(',', $rights->service_location_scheduling); $add = $serviceLocationScheduling[0]; $view = $serviceLocationScheduling[1]; $edit = $serviceLocationScheduling[2]; $updateStatus = $serviceLocationScheduling[3]; @endphp @if ($add == 1)
@endif
@if ($add == 1) @endif @if ($view == 1)
Service Description Timing & Venue Patient Limits Status Action
@endif
@if ($edit == 1) @endif @include('partials/footer')