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

Push Notifications

@foreach ($notifications as $notification) @endforeach
Title Sub Heading Sent Action
{{$notification->title}} {{$notification->subtitle}} {{$notification->sent ? $notification->sent->format('D M Y h:m:i a') : 'Draft'}} Edit
@endsection