{{ $user_training->training->name }}

{{ __('app.trainee') }} : {{ $user->fname }} {{ $user->lname }}
@if ($user_training->training->category->id == 2) @include('train.view-list-two') @else @include('train.view-list-one') @endif
{{ __('app.estimated_time') }} : {{ $user_training->estimated_time }}      {{ __('app.time_taken') }} : {{ $user_training->track_record_duration }}

{{ __("app.training_documents") }} ({{ count($documents_training) }})

{{ __("app.uploaded_documents") }} ({{ count($documents_user_training) }})

@foreach ($documents_training as $document_name => $document_path) @php $link_path = route('other.download', [$locale, $document_name]); @endphp @endforeach
{{ $document_name }}
@foreach ($documents_user_training as $document_name => $document_path) @php $link_path = route('other.download', [$locale, $document_name]); @endphp @endforeach
{{ $document_name }}
@csrf
@if ($user_training->training->category->id == 2)

{{ __('app.status') }} : {{ $completed_training ? __('app.completed') : __('app.in_progress') }}

{{ $tasks_status[2] }} / {{ $tasks_status[0] }} {{ __('app.completed') }}

@endif