@if(userCan('SetTrainingCurriculum-edit')==0) @php header("Location: " . URL::to('errors.403'), true, 302); exit(); @endphp @endphp @endif @extends('layouts.default') @php $pageTitle = 'Update Training Curriculum'; @endphp @section('title',$pageTitle) @section('PageHead') @if ( session('massage') )
× Success! {{session('massage')}}
@endif @if ( session('error') )
× Not Success! {{session('error')}}
@endif @if (Session::has('errors'))
@endif

{{$pageTitle}}

@stop @section('content')
{{ csrf_field() }} @method('PUT')
@php if(!empty($data->file_path)) $file_link = '/public/'.$data->file_path; else $file_link = '/img/user_defult.png'; @endphp

Select file to upload:

@stop