@include('public::notifications')

{{ trans('cms.create') }} Product

Your awesome text goes here.


{!!Form::horizontal_open() ->id('create-storefront-product') ->method('POST') ->files('true') ->action(URL::to('user/storefront/product'))!!} @include('storefront::user.product.partial.entry') {!! Form::close() !!}