{!!Form::vertical_open()
->id('exam-student-create')
->method('POST')
->files('true')
->action(guard_url('exam/student'))!!}
{{ trans('app.new') }} [{!! trans('exam::student.name') !!}]
@include('exam::admin.student.partial.entry', ['mode' => 'create'])
{!! Form::close() !!}