@extends('layouts.empty',['paceTop' => true])
@section('title', 'Mail Log')
@section('content')
Mail Log
-
{{ isset($tpl->tpl_title) ? $tpl->tpl_title:'General mail' }}
{{ $log->created_at }}
-
{{ $log->from }}
{{ $log->to }}
@if ($log->cc)
-
{{ $log->cc }}
@endif
-
{{ $log->title }}
{!! $log->content !!}
@endsection