@extends('User.Layout.main_layout') @section('title','Upload Assessment') @section('main_container')

@csrf
@if($errors->has('Director')) {{($errors->first('Director'))}} @endif
@if($errors->has('learner_name')) {{($errors->first('learner_name'))}} @endif
@if($errors->has('learner_enrollment_no')) {{($errors->first('learner_enrollment_no'))}} @endif
@if($errors->has('document_type')) {{($errors->first('document_type'))}} @endif
@if($errors->has('document')) {{($errors->first('document'))}} @endif
@endsection