@extends('layouts.admin') @section('title') Email @endsection @section('content')
ID {{$model->id}} From Email {{$model->from_email}}
To Email {{$model->to_email}} Subject {{$model->subject}}
Status {{$model->getStatus()}} Last Attempt {{$model->last_attempt}}
Attempts {{$model->attempts}} Date Sent {{$model->date_sent}}
Created At {{$model->created_at}} Updated At {{$model->updated_at}}
{!!$model->message!!}
@endsection