{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
@if(!empty($data['id'])) @method('PUT') @endif @csrf
@if (session('save_status'))

Alert

{{ session('save_status') }}
@endif
{!!Helper::getClientManageDropDown(['selectedClientId' => ($client_id ?? ''), 'isRequired' => true, 'divClass' => 'form-group row mb-7', 'inputDivClass' => 'col-xl-6 col-lg-6 col-md-6 col-sm-12 col-xs-12', 'isDisabled' => $isDisabled])!!}
@if($isDisabled) @endif
@if($isDisabled) @endif
@if(!empty($year) && !empty($month)) @include("backend.roster_management.roster") @endif
@if(!empty($year) && !empty($month) && !empty($weekDate)) @foreach($dateRange as $dateRangeIndex => $date)
@foreach($shiftTypes as $mainShiftKey => $mainShiftTitle) @endforeach
@endforeach
Notes
@endif
@endsection {{-- Scripts Section --}} @section('scripts') @include('backend.roster_management.script') @include('backend.roster_management.script-var') @include('backend.roster_management.shared_client_script') @endsection