Understand some gated messages, that are gated from a different zone
This commit is contained in:
@@ -17,9 +17,14 @@
|
||||
</div>
|
||||
|
||||
<div class="row pt-1 pb-2">
|
||||
<div class="col-8">
|
||||
<div class="col-4">
|
||||
SUBJECT: <strong class="highlight">{!! \App\Classes\FTN\Message::tr($msg->subject) !!}</strong>
|
||||
</div>
|
||||
@if ($msg instanceof \App\Models\Echomail)
|
||||
<div class="col-4">
|
||||
ECHOAREA: <strong class="highlight">{{ $msg->echoarea->name }}</strong> (<strong class="highlight">{{ $msg->echoarea->domain->name }}</strong>)
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
|
||||
<div class="row pb-2">
|
||||
|
Reference in New Issue
Block a user