@include('partials/header') @include('partials/topbar') @include('partials/sidebar')
@php $serviceRates = explode(',', $rights->service_rates); $add = $serviceRates[0]; $view = $serviceRates[1]; $edit = $serviceRates[2]; @endphp @if ($add == 1) {{--
--}} @endif
@if($user->org_id != 0)
@else

Select Organization

@endif

Select Site

@if ($add == 1) @endif @if ($view == 1)
@endif
@if ($edit == 1) @endif @include('partials/footer')