@if(isset($id)) {{ html()->modelForm($data, 'POST', route('pushnotification.store',['notify_type' => 'resend']))->attribute('enctype', 'multipart/form-data')->id('pushnotificaton_form')->open() }} @else {{ html()->form('POST', route('pushnotification.store'))->attribute('enctype', 'multipart/form-data')->id('pushnotificaton_form')->open() }} @endif

{{ $pageTitle }}

{{ html()->form()->close() }}
@section('bottom_script') @endsection