{!! Form::model($studentBoardExam, ['method' => 'PATCH','route' => ['academic.board_exam.update', $studentBoardExam->id]]) !!}
@include('students.board_exam.element')
{!! Form::close() !!}