@extends('admin.master') @section('admin-content')
@if($support_msg != '')

الرسائل

{{ $support_msg->subject }}

المرسل: {{ $support_msg->user_email }}
{{ $support_msg->created_at->format('Y-m-d h:i A')}}

{{ $support_msg->message }}

@else

هذه الرسالة غير موجودة

@endif
@endsection