@extends('client.layouts.default') @section('content')
@if (Entrust::hasRole('counsellor') || Entrust::hasRole('uscounsellor')) @else(Entrust::hasRole('counsellorteamlead')) @endif

{!! date('d M Y, h:i A',strtotime($message->created_at)) !!}

@if($message->attachment) @endif
Trash
From/To {!! $user->full_name !!}
Subject {!! $message->subject !!}

{!! $message->content!!}

Attachment Download
@stop