{{ trans('app.create') }} subject

{{ trans('app.add') }} subject here...

{!!Form::vertical_open() ->id('create-subject-subject') ->method('POST') ->files('true') ->class('dashboard-form') ->action(trans_url(get_guard('url').'/subject/subject'))!!}
@include('public::notifications') @include('subject::user.subject.partial.entry')
{!! Form::close() !!}