{{ Auth::user()->first_name.' '.Auth::user()->last_name }}
{{ Auth::user()->designation_item ? Auth::user()->designation_item->designation_item : '' }}
{{trans('general.categoria')}}: {{ Auth::user()->department ? Auth::user()->department->department : '' }}
{{trans('general.usuario')}} ID: {{ Auth::user()->employee_id }}
{{trans('general.usuario')}}
| {{ Auth::user()->email }} | ||
| {{trans('general.movil')}} | {{ Auth::user()->telephone }} | |
| {{trans('general.direccion')}} | {{ Auth::user()->local_address }} | |
| {{trans('general.cif')}} | {{ Auth::user()->cif }} | |
| {{trans('general.birthday')}} | {{ Auth::user()->birthday }} | |
| {{trans('general.usuariogenero')}} | {{ Auth::user()->gender_text() }} |
{{trans('general.boat')}} asignada
| Cliente ID | {{ $customer->id }} - {{ $customer->fiscal_reason }} | |
| {{trans('general.nombre')}} | {{ $boat->name }} {{ $boat->model }} ({{ $boat->number }}) |
@if(Auth::user()->role->layout != 1)
@endif
Reservas pendientes
| Fecha | Horario |
| {{ $reservation->date_start }} | {{ $reservation->schedule->name }} |
{{trans('general.noticias')}}
-
@foreach($notices as $notice)
-
{{ $notice->title }} {{ $notice->created_at }} {{ $notice->description }}
@endforeach