{!! Form::select("period", $periods, \request("period"), ["class"=>"form-control marginRight"]) !!}
{!! Form::label('from', trans("content.from")) !!} {!! Form::text('from', $from, ['class' => 'form-control dateFrom inputDateSmall']) !!} {!! Form::label('to', trans("content.to")) !!} {!! Form::text('to', $to, ['class' => 'form-control dateTo inputDateSmall']) !!} {!! Form::submit("Submit", ["class" => "btn btn-primary btn-sm"]) !!} {!! Form::hidden("id", \request("id")) !!} {!! Form::hidden("tab", "hours") !!}

*All times in UTC

{{--General Tab--}}
@include('staff.layouts.edit-hours-roster-tab')
@include('staff.layouts.edit-hours-office-duties-tab')
@include('staff.layouts.edit-hours-total-tab')
{{--
--}} {{-- @include('staff.layouts.edit-hours-tab-period', ['data' => $staffHours['daily'], 'dailyHoursTable'])--}} {{--
--}} {{--
--}} {{-- @include('staff.layouts.edit-hours-tab-period', ['data' => $staffHours['monthly'], 'monthlyHoursTable'])--}} {{--
--}} {{--
--}} {{-- @include('staff.layouts.edit-hours-tab-period', ['data' => $staffHours['yearly'], 'yearlyHoursTable'])--}} {{--
--}}