{{ __('Module') }}
{{ __('Module') }}
{{ $teammodule->name }} - {{ $teammodule->module->lessons }} {{ __('lessons') }}
{{ __('Teacher') }}
{{ optional($teammodule->teacher)->name }}
{{ __('Start') }}
{{ $teammodule->start ? $teammodule->start->format('j F Y - H:i') : '' }}
{{ __('End') }}
{{ $teammodule->end ? $teammodule->end->format('j F Y - H:i') : '' }}
{{ __('Students') }}
{{ __('Name') }} | {{ __('E-mail') }} | {{ __('Mobile') }} | {{ __('Birthday') }} | |
---|---|---|---|---|
@if ($user->avatar)
|
{{ $user->email }} | {{ $user->mobile }} | {{ $user->birthday ? $user->birthday->format('d/m/y') : '' }} | @if ($teammodule->isDriving()) @endif |