@include('public::notifications')

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

Your awesome text goes here.


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