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