@extends('admin.master') @section('admin-content')

الصندوق الوارد لرسائل الدعم الفني

@foreach ($support_msgs as $message) @if ($message->is_read) @else @endif @endforeach
id.'/show')}}'>{{ $message->user_name }} id.'/show')}}'>{{ $message->subject }} id.'/show')}}'>{{ $message->created_at->format('Y-m-d') }}
id.'/show')}}'>{{ $message->user_name }} id.'/show')}}'>{{ $message->subject }} id.'/show')}}'>{{ $message->created_at->format('Y-m-d') }}
@endsection