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

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