@extends('admin.layouts.layouts')
@section('title', 'Details | Candidate Logs')
@section('page-css')
@endsection
@section('content')
- Email
- {{ $log->email ?? '-' }}
- Subject
- {{ $log->subject ?? '-' }}
- Mailer
- {{ $log->mailer ?? '-' }}
- Error Message
- {{ $log->error_message ?? '-' }}
- Status
-
{{ ucfirst($log->status) }}
- Created Date
-
{{ $log->created_at->format('d-m-Y h:i A') ?? '' }}
@endsection