@extends('layouts.app') @section('title', 'Email Center') @section('content')

Email Center

@csrf

Recent Emails

@forelse($recentLogs as $log) @empty @endforelse
ToStatusSent
{{ $log->recipient }}{{ $log->status }}{{ $log->created_at->diffForHumans() }}
No emails sent yet.
@endsection