@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.participant_title') }} | {{ trans('admin.participant_event') }} | {{ trans('admin.participant_email') }} | {{ trans('admin.participant_company') }} | {{ trans('admin.participant_phone') }} | {{ trans('admin.participant_date_create') }} | {{ trans('admin.view_global_actions') }} | |
|---|---|---|---|---|---|---|---|
| {{ $row->name }} | {{ $row->event->languages->first()->pivot->title }} | {{ $row->email }} | {{ $row->company }} | {{ $row->phone }} | {{ date('d.m.Y H:i', strtotime($row->created_at)) }} | @if(auth()->user()->dostup == 1) @endif
| {{ trans('admin.participant_title') }} | {{ trans('admin.participant_email') }} | {{ trans('admin.participant_company') }} | {{ trans('admin.participant_phone') }} | {{ trans('admin.participant_date_create') }} | {{ trans('admin.view_global_actions') }} | |
|---|---|---|---|---|---|---|
| {{ $row->name }} | {{ $row->email }} | {{ $row->company }} | {{ $row->phone }} | {{ date('d.m.Y H:i', strtotime($row->created_at)) }} |