From ef271fabce08fbb78500dcd4fb2cce83111bef29 Mon Sep 17 00:00:00 2001 From: sayliraut Date: Tue, 25 Jun 2024 14:55:52 +0530 Subject: [PATCH] change --- .../manage_customer/edit_customer.blade.php | 4 +- .../restaurants_users.blade.php | 6 +- .../view_restaurant_users.blade.php | 200 +++++++++--------- 3 files changed, 105 insertions(+), 105 deletions(-) diff --git a/resources/views/Admin/pages/manage_users/manage_customer/edit_customer.blade.php b/resources/views/Admin/pages/manage_users/manage_customer/edit_customer.blade.php index b240402..d70b1eb 100644 --- a/resources/views/Admin/pages/manage_users/manage_customer/edit_customer.blade.php +++ b/resources/views/Admin/pages/manage_users/manage_customer/edit_customer.blade.php @@ -39,14 +39,14 @@
- +
- +
diff --git a/resources/views/Admin/pages/manage_users/restaurants_app/restaurants_users.blade.php b/resources/views/Admin/pages/manage_users/restaurants_app/restaurants_users.blade.php index 18b6062..90a305f 100644 --- a/resources/views/Admin/pages/manage_users/restaurants_app/restaurants_users.blade.php +++ b/resources/views/Admin/pages/manage_users/restaurants_app/restaurants_users.blade.php @@ -111,7 +111,7 @@ Restaurant ID Email Id Date Onboarded - Location + {{-- Location --}} Approve/Disapprove Status Action @@ -133,8 +133,8 @@ {{ $restaurant->restaurant_id }} {{ $restaurant_user->email_address }} {{ $restaurant_user->created_at->format('m/d/Y') }} - {{ $restaurant_user->state ? $restaurant_user->state->name : 'No state assigned' }} - + {{-- {{ $restaurant_user->state ? $restaurant_user->state->name : 'No state assigned' }} + --}} diff --git a/resources/views/Admin/pages/manage_users/restaurants_app/view_restaurant_users.blade.php b/resources/views/Admin/pages/manage_users/restaurants_app/view_restaurant_users.blade.php index fef01ec..5a4fa03 100644 --- a/resources/views/Admin/pages/manage_users/restaurants_app/view_restaurant_users.blade.php +++ b/resources/views/Admin/pages/manage_users/restaurants_app/view_restaurant_users.blade.php @@ -1,134 +1,134 @@ @extends('Admin.layouts.master') @section('content') -@php -$currentPage = 'manage-restaurant_app'; -@endphp + @php + $currentPage = 'manage-restaurant_app'; + @endphp -
-
-
-
-
-
- - -
View Details
-
+
+
+
+ +
+
+
+
+
+
+
+
+ + + + + + + + + + + + - -
-
-
-
-
-
-
-
-
Restaurants Name :Restaurant ID :Start Date :
{{ $restdata->restaurant->name ?? 'NA' }}{{ $restdata->restaurant->restaurant_id ?? 'NA' }}{{ $restdata->customer->created_at ?? 'NA' }}
- - - - - - - - - - - - - - - - + -
Restaurants Name :Restaurant ID :Email ID :Start Date :
{{ $restdata->restaurant->name ?? 'NA' }}{{ $restdata->restaurant->restaurant_id ?? 'NA' }}{{ $restdata->customer->email_address ?? 'NA' }}{{ $restdata->customer->created_at ?? 'NA' }}
+ +
+
+ + + {{-- --}} + + + + + + + + {{-- --}} + + + + + + +
Location :Email ID :Phone Number :
{{ $restdata->customer->state_xid}}{{ $restdata->customer->email_address ?? 'NA' }}{{ $restdata->customer->phone_number }}
+
+
+ +
-
- - - - - - - - - - - - - -
Location :Phone Number :
{{ $restdata->customer->state_xid}}{{ $restdata->customer->phone_number}}
-
-
- -
-
+
+
-
-
-
- - - - @endsection @section('section_script') - + } + }); + @endsection