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