{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{ $page_title }} @endsection @section('styles') @endsection {{-- Content --}} @section('content')
@if (!empty($data['id'])) @method('PUT') @endif @csrf
@include('backend.errors')
{!! 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, 'name' => 'participant_id', ]) !!}
@if ($isDisabled) @endif
@if ($isDisabled) @endif
@if ($isDisabled) @endif Please select Week Start Date to proceed
@if (!empty($year) && !empty($month) && !empty($weekDate))
@endif

@if (!empty($client_id) && !empty($year) && !empty($month) && !empty($weekDate))
@include('backend.roster_management_v2.date_and_shift_accordion')
@endif
@include('backend.roster_management_v2.modals') @endsection {{-- Scripts Section --}} @section('scripts') {{-- @include('backend.roster_management.shared_client_script') --}} {{-- @include('backend.roster_management_v2.form_submission_script') --}} @include('backend.roster_management_v2.week_date_load_script') @include('backend.roster_management_v2.additional_script') @endsection