{!!__('Create')!!} {!! trans('case_study::study.name') !!}

{!!Form::vertical_open() ->id('form-create') ->method('POST') ->files('true') ->action(guard_url('case_study/study'))!!} @include('case_study::study.entry', ['mode' => 'create']) {!! Form::close() !!}