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

Notification Logs

@forelse($logs as $log) @empty @endforelse
ChannelEventRecipientStatusCreated
{{ strtoupper($log->channel) }} {{ $log->event }} {{ $log->recipient }} {{ ucfirst($log->status) }} {{ $log->created_at->format('d M Y H:i') }}
No notification logs.
{{ $logs->links() }}
@endsection