@include('public::notifications')

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

Your awesome text goes here.


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