{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')

{{$page_title}}

@csrf @include("backend.alerts")
@if($isDisabled) @endif
@if($isDisabled) @endif
@if(!empty($year) && !empty($month))
@endif

Copy Roster To


@if($isDisabled) @endif
@if($isDisabled) @endif
@if(!empty($year) && !empty($month))
@if(!empty($clients)) @else
No clients found with selected roster date.
@endif To select one or more client, press CTRL key and Click on the client name to select more than 1 client
@endif
@endsection {{-- Scripts Section --}} @section('scripts') @endsection