{!!__('Create')!!} {!! trans('recruit::location.name') !!}

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