@if (\Session::has('msg'))
@endif
@if(!$studentTraining->isFree()) @endif @if ($studentTraining->status == App\StudentTraining::APPROVED) @endif @php($files = $studentTraining->archive->childrenFiles) @if(count($files)>0) @endif
@lang('tr.Title') $studentTraining->training->id])}}' target='_blank'>{{$studentTraining->training->title}}
@lang('tr.Term') {{$studentTraining->training->term->en_name}}
@lang('tr.Description') {{$studentTraining->training->description}}
@lang('tr.Payment Required') @if(!$studentTraining->isFree()) Yes @else No @endif
@lang('tr.Training Fees') {{$fees}}
@lang('tr.Number of weeks') {{$studentTraining->training->num_of_weeks}}
@lang('tr.Approved Number of weeks') {{$studentTraining->approved_num_of_weeks}}
@lang('tr.Application Start Date') {{$studentTraining->training->application_start_date}}
@lang('tr.Application End Date') {{$studentTraining->training->application_end_date}}
@lang('tr.Start Date') {{$studentTraining->training->start_date}}
@lang('tr.End Date') {{$studentTraining->training->end_date}}
@lang('tr.CV Required') {{$studentTraining->training->cv_required ==1?"Yes":"No"}}
@lang('tr.Interview Required') {{$studentTraining->training->interview_required ==1?"Yes":"No"}}
@lang('tr.files') @foreach($files as $file)  {{ $file->title.'.'.$file->extension }} , @endforeach
@lang('tr.Status') {{App\StudentTraining::STATUSES[$studentTraining->status]}} @if(!empty($studentTraining->comment) && ($studentTraining->status == \App\StudentTraining::REJECTED || $studentTraining->status == \App\StudentTraining::DISAPPROVED)) @lang('tr.Reason'): {{$studentTraining->comment}} @endif
@if($studentTraining->canUploadCV())
{{ csrf_field() }}
CV
@endif @if($studentTraining->canFinish())
{{ csrf_field() }} @if($studentTraining->isAccepted()||!$finishedQuestionaire) @endif @if($finishedQuestionaire) @endif
Questionaire * @php($buttonTitle = "") @php($badge = "") @if($finishedQuestionaire == true) Finished @php($buttonTitle = "Update") @else Not Finished @php($buttonTitle = "Apply") @endif {{$buttonTitle}}
Report *
Certificate *

@if($finishedQuestionaire) @endif
@endif
@if($studentTraining->isSemiAccepted())
Training Fees
@csrf
Fees {{$fees}}
@endif