{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'update-lesson-plan', 'method' => 'POST', 'enctype' => 'multipart/form-data', 'name' => 'myForm', 'onsubmit' => "return validateAddNewroutine()"]) }}
@if(isset($assigned_id)) @endif
@if ($errors->has('lesson')) {{ $errors->first('lesson') }} @endif
@if ($errors->has('topic')) {{ $errors->first('topic') }} @endif
@if ($errors->has('file')) {{ @$errors->first('file') }} @endif
{{ Form::close() }} @push('script') @endpush