@if ($message_subject->count())
@foreach ($message_subject as $message)
@if ($message->is_read)
id.'/show')}}'>
{{ $message->user_name }} |
{{ $message->subject }} |
{{ $message->created_at->format('Y-m-d') }} |
@else
id.'/show')}}'>
{{ $message->user_name }} |
{{ $message->subject }} |
{{ $message->created_at->format('Y-m-d') }} |
@endif
@endforeach
@elseif($user_name->count())
@foreach ($user_name as $msg)
@if ($msg->is_read)
{{ $msg->user_name }} |
{{ $msg->subject }} |
{{ $msg->created_at->format('Y-m-d') }} |
@else
{{ $msg->user_name }} |
{{ $msg->subject }} |
{{ $msg->created_at->format('Y-m-d') }} |
@endif
@endforeach
@else
لا توجد نتائج للبحث
هذه الرسالة غير موجودة.
@endif