{!!__('Create')!!} {!! trans('branch::region.name') !!}

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