@if (!count($staffHistory))
Found 0 records
No | @lang("content.duty") | @lang("content.airline") | @lang("content.from") | @lang("content.to") | @lang("content.duration") | @lang("content.rmks") | @lang("content.signature") | @lang("content.date") | {{--@lang("content.created_at") | --}} {{--@lang("content.created_by") | --}}
---|---|---|---|---|---|---|---|---|---|---|
{{ ++$i }} | {{ $each->condition->name }} | {{ $each->airline ? $each->airline->airline : "" }} | {{ $each->condition_from ? date("Y-m-d H:i", strtotime($each->condition_from)) : "" }} | {{ $each->condition_to ? date("Y-m-d H:i", strtotime($each->condition_to)) : "" }} | {{ convertToHoursMinutes($seconds, true) }} | {{ $each->notes }} | {{-- | {{ baseDateFormat($each->created_at, true) }} | --}} {{--{{ getUserName($each->createdBy) }} | --}}|
Total | {{ convertToHoursMinutes($totalSecs, true) }} |