{!! Form::select("period", $periods, \request("period"), ["class"=>"form-control marginRight"]) !!}
{!! Form::label('from', trans("content.from") ) !!} {!! Form::text('from', \request("from") ? \request("from") : date("Y-m-d"), ['class' => 'form-control dateFrom inputDateSmall']) !!} {!! Form::label('to', trans("content.to") ) !!} {!! Form::text('to', \request("to") ? \request("to") : date("Y-m-d"), ['class' => 'form-control dateTo inputDateSmall']) !!} {!! Form::submit("Submit", ["class" => "btn btn-primary btn-sm"]) !!} {!! Form::hidden("id", \request("id")) !!} {!! Form::hidden("tab", "roster") !!}
@if (!count($staffFlights))

@lang("content.found") 0 @lang("content.records")

@else @include("staff.layouts.edit-hours-roster-tab") @endif