@extends('layouts.app') @section('content')

Push Notifications

@include('adminlte-templates::common.errors')
{!! Form::open(['route' => 'push.notifications.store', 'files' => true ]) !!} @include('push_notifications.fields') {!! Form::close() !!}
@endsection