@extends('layouts.app') @push('css_lib') @endpush @section('content')

Notifications

@include('flash::message')

Firebase Push Notification

{!! Form::open(['route' => 'notifications.store']) !!}
@include('notifications.fields')
{!! Form::close() !!}
@endsection @push('scripts_lib') @endpush