@csrf

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

{{ __('app.trainee_progress') }}
@php $style_progress_bar = 'style="width: ' . $progress_bar . '%"'; @endphp
{{ $progress_bar_count }} ({{ $progress_bar }}%)

{{ __("app.title") }} : {{ $track_record->task->title }}

@if ($task->data_type == 'image' && $data_path_name) @endif @if ($task->data_type == 'video' && $data_path_name)
@endif @if ($task->data_type == 'url' && $data_path)
@if (strpos($data_path, 'iframe') !== false) {!! $data_path !!} @else
@endif
@endif @if ($task->data_type == 'media')
@foreach ($data_path as $data_path_key => $data_path_val)
@endforeach
@endif
trainee ? "checked" : "" }}>