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

Push Notification {{$notification->title}}

{{csrf_field()}}

@if ($notification->status == 'draft') Draft @else Sent {{$notification->sent->format('D M Y h:m:s a')}} @endif

Send Notification
@endsection