@include('crew-details.index-crew-form')
@foreach($trainings as $i => $each) @endforeach
No @lang("content.picture") @lang("content.first_name") @lang("content.last_name") @lang("content.position") @lang("content.period") Daily Duty FDP @lang("content.actions")
@lang("content.from") @lang("content.to") @lang("content.from") @lang("content.to") Daily @lang("content.total")
{{ $i + 1}} user_id}") }}">Picture {{ $each->first_name }} {{ $each->last_name }} {{ $each->position_name }} {{ $each->condition_from }} {{ $each->condition_to }} {{ baseTimeFormat($each->duty_from) }} {{ baseTimeFormat($each->duty_to) }} {{ $each->fdp_daily }} {{ $each->fdp_total }}
{!! Form::input('submit', 'edit', 'Edit',[ 'class' => "btn btn-warning"]) !!} {!! Form::input('submit', 'delete', 'Delete',[ 'class' => "btn btn-danger"]) !!}