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

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