@extends('admin.layout.master') @section('title', 'تفاصيل الرسالة') @section('content')

تفاصيل الرسالة

إسم المرسل إلية : {{$row->user->fullname}}

{{$row->message['ar'] ?? ''}}


{{$row->message['en'] ?? ''}}

{{\Carbon\Carbon::parse($row->created_at)->diffForHumans()}}

@stop