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