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

نتائج البحث

@if ($message_subject->count()) @foreach ($message_subject as $message) @if ($message->is_read) id.'/show')}}'> @else id.'/show')}}'> @endif @endforeach @elseif($user_name->count()) @foreach ($user_name as $msg) @if ($msg->is_read) @else @endif @endforeach @else

لا توجد نتائج للبحث
هذه الرسالة غير موجودة.

@endif
{{ $message->user_name }} {{ $message->subject }} {{ $message->created_at->format('Y-m-d') }}
{{ $message->user_name }} {{ $message->subject }} {{ $message->created_at->format('Y-m-d') }}
{{ $msg->user_name }} {{ $msg->subject }} {{ $msg->created_at->format('Y-m-d') }}
{{ $msg->user_name }} {{ $msg->subject }} {{ $msg->created_at->format('Y-m-d') }}
@endsection