@extends('laravel-emails::backend.layout') @section('title', 'Email Log Details') @section('content')
{{ $log->error }}
{{ json_encode($log->data, JSON_PRETTY_PRINT) }}
You can attempt to resend this failed email.