@include('public::notifications')

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

Your awesome text goes here.


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