From cb20bad55c4bb2b1fe43293df12ae5dba9a74caa Mon Sep 17 00:00:00 2001 From: sayaliparab Date: Thu, 27 Jun 2024 20:09:05 +0530 Subject: [PATCH] conatctCat --- .../manage_contact.blade.php | 815 +++++++++--------- 1 file changed, 414 insertions(+), 401 deletions(-) diff --git a/resources/views/Admin/pages/manage_contact_us/manage_contact.blade.php b/resources/views/Admin/pages/manage_contact_us/manage_contact.blade.php index d248679..c7f6aa5 100644 --- a/resources/views/Admin/pages/manage_contact_us/manage_contact.blade.php +++ b/resources/views/Admin/pages/manage_contact_us/manage_contact.blade.php @@ -1,188 +1,225 @@ @extends('Admin.layouts.master') @section('content') -@php -$currentPage = 'manage-contact-us'; -@endphp - + .action-btn span { + font-size: 14px; + /* Adjust font size as needed */ + line-height: 1.5; + /* Adjust line height as needed */ + } + -
-
-
-
-
-
-
Manage Contact Us
-
-
-
-
-
+
+
+
+
+
+
+
Manage Contact Us
+
+
+
+
+
+
+ +
+
+
+ + + + + + + + + + + + + + + + @foreach ($queries as $querie) + + + + + + + - -
-
-
Sr No.First NameLast NameEmail addressDateRecipientsMessageStatusActions
{{ $loop->iteration }}{{ $querie->customer?->first_name ?? 'N/A' }}{{ $querie->customer?->last_name ?? 'N/A' }}{{ $querie['email'] }}{{ $querie['created_at']->format('m/d/y') }} + @if ($querie->customer) + @if ($querie->customer->principal_type_xid == 3) + Customer + @else + Restaurant + @endif + @else + No category + @endif +
- - - - - - - - + + - - - - - - @foreach ($queries as $querie) - - - - - - - - - - - - @endforeach + + @endforeach
Sr No.First NameLast NameEmail addressDateRecipients + View + + +
+
+ + +
+
-
MessageStatusActions
{{ $loop->iteration }}{{ $querie->customer?->first_name ?? 'N/A' }}{{ $querie->customer?->last_name ?? 'N/A' }}{{ $querie['email'] }}{{ $querie['created_at']->format('m/d/y') }} - @if ($querie->customer) - @if ($querie->customer->principal_type_xid == 3) - Customer - @else - Restaurant - @endif - @else - No category - @endif - - View - - -
-
- - -
-
- -
- - @if (!$querie['is_reply']) -
- - - Reply - - @endif - - @if ($querie['is_reply']) -
-
- - - - - - - -
- @csrf -
+
+
+ +
-
-
- - @endsection @section('section_script') - - - - - - - - - - + + + + + -@endsection \ No newline at end of file + + + + + + + + +@endsection