{!!Form::vertical_open()
->id('push_notification-push_notification-create')
->method('POST')
->files('true')
->action(guard_url('push_notification/push_notification'))!!}
{{ trans('app.new') }} [{!! trans('push_notification::push_notification.name') !!}]
@include('push_notification::admin.push_notification.partial.entry', ['mode' => 'create'])
{!! Form::close() !!}