@if($errors->any())
@else
@if(session()->has('message-valid'))
@endif
@if(session()->has('message-unvalid'))
@endif
@if(session()->has('message-warning'))
@endif
@endif
| {{ trans('admin.office_title') }} | @if(auth()->user()->dostup == 1){{ trans('admin.office_date_create') }} | {{ trans('admin.office_author_create') }} | {{ trans('admin.office_date_edit') }} | {{ trans('admin.office_author_edit') }} | @endif{{ trans('admin.view_global_actions') }} | |
|---|---|---|---|---|---|---|
| {{ $row->languages->first()->pivot->title }} | @if(auth()->user()->dostup == 1){{ date('d.m.Y H:i', strtotime($row->created_at)) }} | {{ $row->user->username }} | {{ date('d.m.Y H:i', strtotime($row->updated_at)) }} | @if ($row->user_update){{ $row->user_update->username }} @else - @endif | @endif