@extends('frontend.themes.basic.layouts.app') @section('alternate') @include('partials.alternate') @endsection @section('content') @include('frontend.themes.basic.partials.header', ['title' => $message['subject']])
@if ($ad = ad('mailbox_top'))
{!! $ad !!}
@endif
@if ($ad = ad('mailbox_left'))
{!! $ad !!}
@endif
{{ $message['from'] }}
{{ $message['from_email'] }}
{{ ToDate($message['receivedAt'], 'M d, Y, h:i A') }} ({{ ToDiffForHumans($message['receivedAt']) }})
@if ($id_saved) @else @endif
@if ($message['attachments'])
@if (!canUseFeature('attachments'))

{{ translate('Sign up to download attachments', 'general') }}

{{ translate('Register', 'general') }}
@endif
@foreach ($message['attachments'] as $attachment)
{{ $attachment['name'] }}
{{ formatSizeUnits($attachment['size']) }}
@endforeach
@endif
@if ($ad = ad('mailbox_bottom'))
{!! $ad !!}
@endif
@if ($ad = ad('mailbox_right'))
{!! $ad !!}
@endif
@endsection