{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
@include("backend.alerts")
@if($isDisabled) @endif
@if($isDisabled) @endif
@if(!empty($year) && !empty($month))
@if(!empty(($selected_week_id??'')))

Sync Now
@endif @endif
{!! $html->table() !!}

This report hours includes hours from DRAFT ROSTER + FINALIZED ROSTER

@endsection {{-- Scripts Section --}} @section('scripts') {!! $html->scripts() !!} @endsection