@if (Entrust::hasRole('counsellor') || Entrust::hasRole('uscounsellor'))
@else(Entrust::hasRole('counsellorteamlead'))
@endif
{!! date('d M Y, h:i A',strtotime($message->created_at)) !!}
|
Trash
|
| From/To |
{!! $user->full_name !!} |
| Subject |
{!! $message->subject !!} |
|
{!! $message->content!!}
|
@if($message->attachment)
| Attachment |
Download |
@endif
@stop