diff --git a/app/Http/Controllers/Admin/AboutUsController.php b/app/Http/Controllers/Admin/AboutUsController.php new file mode 100644 index 0000000..05d70c5 --- /dev/null +++ b/app/Http/Controllers/Admin/AboutUsController.php @@ -0,0 +1,15 @@ +user(); + // dd($get_user); + // $user = IamPrincipal::find($get_user->id); + $user = IamPrincipal::find(1); + return view('Admin.pages.manage_profile.manage_profile',compact('user')); + } +} diff --git a/app/Http/Controllers/Admin/ManageReportsController.php b/app/Http/Controllers/Admin/ManageReportsController.php new file mode 100644 index 0000000..39d29a3 --- /dev/null +++ b/app/Http/Controllers/Admin/ManageReportsController.php @@ -0,0 +1,15 @@ + +
+
+
+
+
+
Dashboard
+
+
+
+
+
+
+
+
No of Customers
+

08

+
+
+
+
+
+
+ +
+
+
+
+
+
+
No of Restaurants
+

05

+
+
+
+
+
+
+
+
+
+
User Graph
+ +
+
+
+
+
+
+
+
+
+
+
Sales Graph
+ +
+
+
+
+
+
+ +
+
+
+
+
+
Recent Transactions
+
+
+
+ +
+
+ +
Cheers to the Summer
+
+
+
+
$500
+
+
+
+
+
+ +
+
+ +
Cheers to the Summer
+
+
+
+
$500
+
+
+
+
+
+ +
+
+ +
Cheers to the Summer
+
+
+
+
$500
+
+
+
+
+
+
+
+
+
Locations
+ + +
+ +
+
+
+
+ + +
+ + @endsection + + @section('section_script') + + @endsection diff --git a/resources/views/Admin/footer.blade.php b/resources/views/Admin/footer.blade.php new file mode 100644 index 0000000..163a1a7 --- /dev/null +++ b/resources/views/Admin/footer.blade.php @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@yield('section_script') + + + + + + + \ No newline at end of file diff --git a/resources/views/Admin/header.blade.php b/resources/views/Admin/header.blade.php new file mode 100644 index 0000000..f9d02df --- /dev/null +++ b/resources/views/Admin/header.blade.php @@ -0,0 +1,45 @@ + + + + + + + + + + Cheers To Seasons + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/views/Admin/layouts/app_login.blade.php b/resources/views/Admin/layouts/app_login.blade.php new file mode 100644 index 0000000..392d090 --- /dev/null +++ b/resources/views/Admin/layouts/app_login.blade.php @@ -0,0 +1,106 @@ + + + + + + + + + + @yield('title') + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ + +
+ @yield('content') +
+ + + @yield('scripts') + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/views/Admin/layouts/master.blade.php b/resources/views/Admin/layouts/master.blade.php new file mode 100644 index 0000000..631c4c5 --- /dev/null +++ b/resources/views/Admin/layouts/master.blade.php @@ -0,0 +1,402 @@ +@include('admin.header') +
+ +
+ + + +
+
+
+
+
+
+
+ +
+
+
+
+ @yield('content') +
+
+ +@include('admin.footer') diff --git a/resources/views/Admin/pages/manage_cms/manage_aboutus/manage_aboutsus.blade.php b/resources/views/Admin/pages/manage_cms/manage_aboutus/manage_aboutsus.blade.php new file mode 100644 index 0000000..10f57df --- /dev/null +++ b/resources/views/Admin/pages/manage_cms/manage_aboutus/manage_aboutsus.blade.php @@ -0,0 +1,94 @@ +@extends('admin.layouts.master') + +@section('content') + @php + $currentPage = 'manage-aboutus'; + @endphp + + + + +
+
+
+
+
+
+
Manage About Us
+ + Edit Details + +
+
+ + +
+
+
+
+
+
+
+
+
+

+ Vorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam + eu turpis molestie, dictum est a, mattis tellus. Sed + dignissim, metus nec fringilla accumsan, risus sem sollicitudin + lacus, ut interdum tellus elit sed risus. Maecenas eget + condimentum velit, sit amet feugiat lectus. Class aptent taciti + sociosqu ad litora torquent per conubia nostra, per + inceptos himenaeos. +

+
+
+

+ Vorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam + eu turpis molestie, dictum est a, mattis tellus. Sed + dignissim, metus nec fringilla accumsan, risus sem sollicitudin + lacus, ut interdum tellus elit sed risus. Maecenas eget + condimentum velit, sit amet feugiat lectus. Class aptent taciti + sociosqu ad litora torquent per conubia nostra, per + inceptos himenaeos. +

+
+
+

+ Vorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam + eu turpis molestie, dictum est a, mattis tellus. Sed + dignissim, metus nec fringilla accumsan, risus sem sollicitudin + lacus, ut interdum tellus elit sed risus. Maecenas eget + condimentum velit, sit amet feugiat lectus. Class aptent taciti + sociosqu ad litora torquent per conubia nostra, per + inceptos himenaeos. +

+
+
+ +
+ +
+ +
+ + +
+ +
+
+
+
+
+ + + + @endsection + +@section('section_script') + + +@endsection \ No newline at end of file diff --git a/resources/views/Admin/pages/manage_cms/manage_faq/manage_faq.blade.php b/resources/views/Admin/pages/manage_cms/manage_faq/manage_faq.blade.php new file mode 100644 index 0000000..e015683 --- /dev/null +++ b/resources/views/Admin/pages/manage_cms/manage_faq/manage_faq.blade.php @@ -0,0 +1,150 @@ +@extends('admin.layouts.master') + +@section('content') + @php + $currentPage = 'manage-faq'; + @endphp + + + +
+
+
+
+
+
+
Manage FAQ
+
+
+ +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Sr noQuestionAnswerFAQ Added DateAction
1LoremLoremLorem08/22/2023 +
+ + +
+
2LoremLoremLorem08/22/2023 +
+ + +
+
+
+
+
+
+
+ + + @endsection + @section('section_script') + + + + +@endsection diff --git a/resources/views/Admin/pages/manage_cms/manage_new/manage_news.blade.php b/resources/views/Admin/pages/manage_cms/manage_new/manage_news.blade.php new file mode 100644 index 0000000..985b6fd --- /dev/null +++ b/resources/views/Admin/pages/manage_cms/manage_new/manage_news.blade.php @@ -0,0 +1,161 @@ +@extends('admin.layouts.master') + +@section('content') + @php + $currentPage = 'manage-news'; + @endphp + + + + +
+
+
+
+
+
+
Manage News & Articles
+
+
+ +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
Sr noArticle NameAdded Date ImageAction
+
+ +
+
1Lorem Ipsum08/22/2023 +
+ + +
+
+
+ +
+
2Lorem Ipsum08/22/2023 +
+ + +
+
+
+
+
+
+
+ @endsection + + + @section('section_script') + + + + +@endsection diff --git a/resources/views/Admin/pages/manage_cms/manage_newsletter/manage_newletter.blade.php b/resources/views/Admin/pages/manage_cms/manage_newsletter/manage_newletter.blade.php new file mode 100644 index 0000000..4a9cd40 --- /dev/null +++ b/resources/views/Admin/pages/manage_cms/manage_newsletter/manage_newletter.blade.php @@ -0,0 +1,146 @@ + +@extends('admin.layouts.master') + +@section('content') + @php + $currentPage = 'manage-newsletter'; + @endphp + + + + +
+
+
+
+
+
+
Manage Newsletter Subscription
+
+
+ +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IdNameDescriptionImagePublished Date Actions
1Lorem IpsumLorem Ipsum08/22/2023 +
+ + +
+
2Lorem IpsumLorem Ipsum08/22/2023 +
+ + +
+
+
+
+
+
+
+ @endsection + + + + @section('section_script') + + + + +@endsection diff --git a/resources/views/Admin/pages/manage_cms/manage_privacy/manage_privacy.blade.php b/resources/views/Admin/pages/manage_cms/manage_privacy/manage_privacy.blade.php new file mode 100644 index 0000000..7f96f1f --- /dev/null +++ b/resources/views/Admin/pages/manage_cms/manage_privacy/manage_privacy.blade.php @@ -0,0 +1,85 @@ +@extends('admin.layouts.master') + +@section('content') +@php +$currentPage = 'manage-privacy'; +@endphp + + + + +
+
+
+
+
+
+
Privacy Policy
+ + Edit Details + +
+
+ + +
+
+
+
+
+
+
+
+
+

+ Vorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam + eu turpis molestie, dictum est a, mattis tellus. Sed + dignissim, metus nec fringilla accumsan, risus sem sollicitudin + lacus, ut interdum tellus elit sed risus. Maecenas eget + condimentum velit, sit amet feugiat lectus. Class aptent taciti + sociosqu ad litora torquent per conubia nostra, per + inceptos himenaeos. +

+
+
+

+ Vorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam + eu turpis molestie, dictum est a, mattis tellus. Sed + dignissim, metus nec fringilla accumsan, risus sem sollicitudin + lacus, ut interdum tellus elit sed risus. Maecenas eget + condimentum velit, sit amet feugiat lectus. Class aptent taciti + sociosqu ad litora torquent per conubia nostra, per + inceptos himenaeos. +

+
+
+

+ Vorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam + eu turpis molestie, dictum est a, mattis tellus. Sed + dignissim, metus nec fringilla accumsan, risus sem sollicitudin + lacus, ut interdum tellus elit sed risus. Maecenas eget + condimentum velit, sit amet feugiat lectus. Class aptent taciti + sociosqu ad litora torquent per conubia nostra, per + inceptos himenaeos. +

+
+
+ +
+ +
+ +
+ + +
+ +
+
+
+
+
+ + + +@endsection \ No newline at end of file diff --git a/resources/views/Admin/pages/manage_cms/manage_terms/manage_terms.blade.php b/resources/views/Admin/pages/manage_cms/manage_terms/manage_terms.blade.php new file mode 100644 index 0000000..ea495fb --- /dev/null +++ b/resources/views/Admin/pages/manage_cms/manage_terms/manage_terms.blade.php @@ -0,0 +1,88 @@ +@extends('admin.layouts.master') + +@section('content') + @php + $currentPage = 'manage-terms'; + @endphp + + + +
+
+
+
+
+
+
Terms & Conditions
+ + Edit Details + +
+
+ + +
+
+
+
+
+
+
+
+
+

+ Vorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam + eu turpis molestie, dictum est a, mattis tellus. Sed + dignissim, metus nec fringilla accumsan, risus sem sollicitudin + lacus, ut interdum tellus elit sed risus. Maecenas eget + condimentum velit, sit amet feugiat lectus. Class aptent taciti + sociosqu ad litora torquent per conubia nostra, per + inceptos himenaeos. +

+
+
+

+ Vorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam + eu turpis molestie, dictum est a, mattis tellus. Sed + dignissim, metus nec fringilla accumsan, risus sem sollicitudin + lacus, ut interdum tellus elit sed risus. Maecenas eget + condimentum velit, sit amet feugiat lectus. Class aptent taciti + sociosqu ad litora torquent per conubia nostra, per + inceptos himenaeos. +

+
+
+

+ Vorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam + eu turpis molestie, dictum est a, mattis tellus. Sed + dignissim, metus nec fringilla accumsan, risus sem sollicitudin + lacus, ut interdum tellus elit sed risus. Maecenas eget + condimentum velit, sit amet feugiat lectus. Class aptent taciti + sociosqu ad litora torquent per conubia nostra, per + inceptos himenaeos. +

+
+
+ +
+ +
+ +
+ + +
+ +
+
+
+
+
+ + + + @endsection +@section('section_script') +@endsection \ No newline at end of file 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 new file mode 100644 index 0000000..3c65f73 --- /dev/null +++ b/resources/views/Admin/pages/manage_contact_us/manage_contact.blade.php @@ -0,0 +1,141 @@ + +@extends('admin.layouts.master') + +@section('content') + @php + $currentPage = 'manage-contact-us'; + @endphp + + + + +
+
+
+
+
+
+
Manage Contact Us
+
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Sr No.NameEmail addressMessageActions
1Raj Shinderajshinde9@gmail.com + View + +
+ + +
+
2Raj Shinderajshinde9@gmail.com + View + +
+ + +
+
+
+
+
+
+
+ @endsection + + + @section('section_script') + + + +@endsection diff --git a/resources/views/Admin/pages/manage_feedback/manage_feedback.blade.php b/resources/views/Admin/pages/manage_feedback/manage_feedback.blade.php new file mode 100644 index 0000000..27b51d5 --- /dev/null +++ b/resources/views/Admin/pages/manage_feedback/manage_feedback.blade.php @@ -0,0 +1,118 @@ +@extends('admin.layouts.master') + +@section('content') +@php +$currentPage = 'manage-feedback'; +@endphp + + + + +
+
+
+
+
+
+
Manage Feedback
+
+
+
+
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Sr No.User IDUser NameUser TypeReactionsCommnetDate ReceivedActions
1345678Raj ShindeCustomerGood + View + 08/22/2023 + + + Delete + +
2345678Raj ShindeCustomerAmazing + View + 08/22/2023 + + + Delete + +
+
+
+
+
+
+ + @endsection + + @section('section_script') + + + + + +@endsection diff --git a/resources/views/Admin/pages/manage_notification/manage_notification.blade.php b/resources/views/Admin/pages/manage_notification/manage_notification.blade.php new file mode 100644 index 0000000..88f42f0 --- /dev/null +++ b/resources/views/Admin/pages/manage_notification/manage_notification.blade.php @@ -0,0 +1,148 @@ +@extends('admin.layouts.master') + +@section('content') + @php + $currentPage = 'manage-notification'; + @endphp + + + + +
+
+
+
+
+
+
Manage Notification
+
+
+
+
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Sr No.Notification contentCreated DateRecipientsDate sentStatus
1Lorem Ipsum08/22/2023Customer20/22/2023 +
+ + +
+
1Lorem Ipsum08/22/2023Customer20/22/2023 +
+ + +
+
+
+
+
+
+
+ @endsection + + + @section('section_script') + + + + + +@endsection diff --git a/resources/views/Admin/pages/manage_passsport/manage_passport.blade.php b/resources/views/Admin/pages/manage_passsport/manage_passport.blade.php new file mode 100644 index 0000000..4d3f452 --- /dev/null +++ b/resources/views/Admin/pages/manage_passsport/manage_passport.blade.php @@ -0,0 +1,174 @@ +@extends('admin.layouts.master') + +@section('content') + @php + $currentPage = 'manage-passport'; + @endphp + + + + +
+
+
+
+
+
+
Manage Passports
+
+
+ +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
Sr noPassport NamePassport IDImage PriceStatusAction
+
+ +
+
1Cheers to Summer1234567$500 +
+ + +
+
+
+ + +
+
+
+ +
+
2Cheers to Summer1234567$500 +
+ + +
+
+
+ + +
+
+
+
+
+
+
+ @endsection + + @section('section_script') + + + + + +@endsection diff --git a/resources/views/Admin/pages/manage_profile/manage_profile.blade.php b/resources/views/Admin/pages/manage_profile/manage_profile.blade.php new file mode 100644 index 0000000..177b4fa --- /dev/null +++ b/resources/views/Admin/pages/manage_profile/manage_profile.blade.php @@ -0,0 +1,152 @@ +@extends('admin.layouts.master') + +@section('content') +@php +$currentPage = 'manage_profile'; +@endphp + + + +
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+
+
Profile
+
+
+ +
+
+
+
+
+
+
+
+ + +
+
+
+ +
+ {{-- @dd(Auth::guard('admin')->user()) --}} + + {{-- @dd(Auth::guard('admin')->user()->user_name,) --}} + @if(isset($user)) +
{{ $user->first_name }}
+

{{ $user->phone_number }}

+

{{ $user->address_line1 }}

+ @else +

No user found with ID 1.

+ @endif +
+
+ +
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +
+ +
+
+
+
+
+@endsection + + +@section('section_script') + + + +@endsection \ No newline at end of file diff --git a/resources/views/Admin/pages/manage_reports/manage_reports.blade.php b/resources/views/Admin/pages/manage_reports/manage_reports.blade.php new file mode 100644 index 0000000..9426721 --- /dev/null +++ b/resources/views/Admin/pages/manage_reports/manage_reports.blade.php @@ -0,0 +1,74 @@ +@extends('admin.layouts.master') + +@section('content') +@php +$currentPage = 'manage-reports'; +@endphp + + + +
+
+
+
+
+
+
Manage Reports & Analysis
+
+
+ +
+
+
+
+
+
+ + +
+
+ + +
+
+ + +
+ + +
+
+
+ @endsection + + + + @section('section_script') + + +@endsection diff --git a/resources/views/Admin/pages/manage_users/manage_customer/customer.blade.php b/resources/views/Admin/pages/manage_users/manage_customer/customer.blade.php new file mode 100644 index 0000000..cd7bad3 --- /dev/null +++ b/resources/views/Admin/pages/manage_users/manage_customer/customer.blade.php @@ -0,0 +1,266 @@ +@extends('admin.layouts.master') + +@section('content') +@php +$currentPage = 'manage-patient'; +@endphp + + + +
+
+
+
+
+
+
Manage Customers
+
+
+ +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
Sr noFull NameUser IDEmail IdDate of birthPhone NumberLocationPassportsAction
+
+ +
+
1Akanksha Surve1234567akanksha@gmail.com08/22/2023+5624878954New York + View + +
+ + +
+
+
+ +
+
1Akanksha Surve1234567akanksha@gmail.com08/22/2023+5624878954New York + View + +
+ + +
+
+
+ +
+
1Akanksha Surve1234567akanksha@gmail.com08/22/2023+5624878954New York + View + +
+ + +
+
+
+ +
+
1Akanksha Surve1234567akanksha@gmail.com08/22/2023+5624878954New York + View + +
+ + +
+
+
+
+
+
+
+@endsection + + +@section('section_script') + + + + +@endsection diff --git a/resources/views/Admin/pages/manage_users/manage_restaurants/manage_restaurants.blade.php b/resources/views/Admin/pages/manage_users/manage_restaurants/manage_restaurants.blade.php new file mode 100644 index 0000000..3cd9349 --- /dev/null +++ b/resources/views/Admin/pages/manage_users/manage_restaurants/manage_restaurants.blade.php @@ -0,0 +1,272 @@ + +@extends('admin.layouts.master') + +@section('content') + + + + + + + +
+
+
+
+
+
+
Manage Restaurants
+
+
+ +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
Sr noResturant NameResturant IDEmail IdImageDate OnboardedPhone NumberLocationPassportsAction
+
+ +
+
1McDonald’s1234567akanksha@gmail.com08/22/2023+5624878954New York + View + +
+ + +
+
+
+ +
+
1McDonald’s1234567akanksha@gmail.com08/22/2023+5624878954New York + View + +
+ + +
+
+
+ +
+
1McDonald’s1234567akanksha@gmail.com08/22/2023+5624878954New York + View + +
+ + +
+
+
+ +
+
1McDonald’s1234567akanksha@gmail.com08/22/2023+5624878954New York + View + +
+ + +
+
+
+
+
+
+
+ +@endsection + +@section('section_script') + + + + +@endsection diff --git a/resources/views/Admin/pages/manage_users/manage_sub_admin/manage_subadmin.blade.php b/resources/views/Admin/pages/manage_users/manage_sub_admin/manage_subadmin.blade.php new file mode 100644 index 0000000..4d5128e --- /dev/null +++ b/resources/views/Admin/pages/manage_users/manage_sub_admin/manage_subadmin.blade.php @@ -0,0 +1,165 @@ +@extends('admin.layouts.master') + +@section('content') + + + + + + +
+
+
+
+
+
+
Manage Sub Admins
+
+
+ +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
Sr noNameEmail IdLast LoginPermissionAction
+
+ +
+
1Akankshaakanksha@gmail.com08/22/2023 + View + +
+ + +
+
+
+ +
+
1Akankshaakanksha@gmail.com08/22/2023 + View + +
+ + +
+
+
+
+
+
+
+ @endsection + + + @section('section_script') + + + + +@endsection \ No newline at end of file diff --git a/resources/views/Admin/pages/manage_voucher/manage_voucher.blade.php b/resources/views/Admin/pages/manage_voucher/manage_voucher.blade.php new file mode 100644 index 0000000..9419adc --- /dev/null +++ b/resources/views/Admin/pages/manage_voucher/manage_voucher.blade.php @@ -0,0 +1,172 @@ +@extends('admin.layouts.master') + +@section('content') + @php + $currentPage = 'manage-vouchers'; + @endphp + + + + +
+
+
+
+
+
+
Manage Vouchers
+
+
+ +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
Sr noCoupon NameCoupon IDImage StatusAction
+
+ +
+
1Cheers to Summer1234567 +
+ + +
+
+
+ + +
+
+
+ +
+
2Cheers to Winter1234567 +
+ + +
+
+
+ + +
+
+
+
+
+
+
+ + @endsection + + @section('section_script') + + + + + +@endsection diff --git a/routes/web.php b/routes/web.php index 0b90255..f4712ab 100644 --- a/routes/web.php +++ b/routes/web.php @@ -1,17 +1,94 @@ group(function () { - Route::get('/dashboard', function () { - return view('dashboard'); - })->name('dashboard'); -}); +// Route::middleware([ +// 'auth:sanctum', +// config('jetstream.auth_session'), +// 'verified', +// ])->group(function () { +// Route::get('/dashboard', function () { +// return view('dashboard'); +// })->name('dashboard'); +// }); +Route::get('/dashboard', [DashboardController ::class, 'index'])->name('dashboard'); + +Route::get('/profile', [ManageProfileController ::class, 'index'])->name('profile'); + +//*******************************************************manage users******************************************************** +//*******************************************************manage customer******************************************************** +Route::get('/manage-customer', [ManageCustomerController ::class, 'index'])->name('manage.customer'); + +//*******************************************************manage restraunts******************************************************** +Route::get('/manage-restaurants', [ManageRestrauntController ::class, 'index'])->name('manage.restaurants'); +//*******************************************************manage subadmin******************************************************** +Route::get('/manage-sub-admin', [ ManageSubAdminController ::class, 'index'])->name('manage.subAdmin'); +//*******************************************************manage passport******************************************************** +Route::get('/manage-passport', [ ManagePassportController ::class, 'index'])->name('manage.passport'); +//*******************************************************manage voucher******************************************************** +Route::get('/manage-vouchers', [ManageVouchersController ::class, 'index'])->name('manage.voucher'); +//*******************************************************manage contact******************************************************** +Route::get('/manage-contact', [ManageContactUsController ::class, 'index'])->name('manage.contact'); +//*******************************************************manage cms******************************************************** +//*******************************************************manage new&article******************************************************** + Route::get('/manage-new-articles', [ManageNewsAndArticlesController ::class, 'index'])->name('manage.Newarticles'); +//*******************************************************manage newletter******************************************************** + + Route::get('/manage-newsletter', [ManageNewsLetterController ::class, 'index'])->name('manage.newLetter'); +//*******************************************************manage aboutus******************************************************** + + Route::get('/manage-about-us', [AboutUsController ::class, 'index'])->name('manage.aboutUs'); + + //*******************************************************manage terms******************************************************** + + Route::get('/terms', [TermsController ::class, 'index'])->name('manage.terms'); + + //*******************************************************manage faq******************************************************** + Route::get('/faq', [FaqController ::class, 'index'])->name('manage.faq'); + //*******************************************************manage privacypolicy******************************************************** + Route::get('/privacy', [ PrivacyPolicyController ::class, 'index'])->name('manage.privacy'); +//*******************************************************manage reports******************************************************** +Route::get('/manage-reports', [ ManageReportsController ::class, 'index'])->name('manage.reports'); +//*******************************************************manage feedback******************************************************** +Route::get('/manage-feedback', [ManageFeedbackController ::class, 'index'])->name('manage.feedback'); +//*******************************************************manage notification******************************************************** +Route::get('/manage-notification', [ManageNotificationsController ::class, 'index'])->name('manage.notification'); + + + +