@php $auth_id=Auth::user()->id; $expiryTimestamp = strtotime($conversation->expiry); $expirydate = date('d-m-Y H:i:s', $expiryTimestamp); @endphp
Attention!
• If you need to save the message contents somewhere, please make sure you use appropriate encryption.
• The contents of this page will disappear in {{ $expirydate }}.
@foreach($data as $replydata) @php $date=date('d-m-Y H:i' , strtotime($replydata->created_at)); @endphp
{{ $replydata->email }} - {{ $date }}
{{ $replydata->message }}
@endforeach
Reply