@extends('admin.layouts.app') @section('content')
Admin Email History
Dashboard
Admin Email History
Admin Email History Management
List of Admin Email History
Email:
{{$admin_detail->email}}
@include('admin.includes.status') @php $azure_storage_server_details = get_azure_storage_server_name(); $mail_feature = $azure_storage_server_details['mail_feature']; @endphp
@if($mail_feature == "sendgrid") @endif @if(!empty($email_log)) @foreach($email_log as $log) @php @endphp @if($mail_feature == "sendgrid") @endif @endforeach @endif
Date
Event Name and Date
Subject
View Email
{{dateformat($log->timestamp,DISPLAY_DATETIME)}}
@if(!empty($log->getEmailEvent))
{{$log->getEmailEvent->event}}
{{$log->getEmailEvent->timestamp}} @else - @endif
{{ $log->email_subject }}
@if(check_route_access('view.email'))
@endif
@endsection @section('scripts') @endsection