{!!__('Create')!!} {!! trans('career::profile.name') !!}

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