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

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