@include('public::notifications')

{{ trans('cms.create') }} Key

Your awesome text goes here.


{!!Form::horizontal_open() ->id('create-student-key') ->method('POST') ->files('true') ->action(URL::to('user/student/key'))!!} @include('student::user.key.partial.entry') {!! Form::close() !!}