@@ -1219,9 +1219,9 @@
}
} else {
if ($('#dashboardOne').hasClass('show') == true) {
- $('#dashboardOne').removeClass('show');
- $('#dashboard').addClass('collapsed');
- $('#dashboard').prop('aria-expanded', false);
+ // $('#dashboardOne').removeClass('show');
+ // $('#dashboard').addClass('collapsed');
+ // $('#dashboard').prop('aria-expanded', false);
}
unCheckCheckbox('#dashboard');
}
@@ -1237,9 +1237,9 @@
}
} else {
if ($('#manageCommissionOne').hasClass('show') == true) {
- $('#manageCommissionOne').removeClass('show');
- $('#manageCommission').addClass('collapsed');
- $('#manageCommission').prop('aria-expanded', false);
+ // $('#manageCommissionOne').removeClass('show');
+ // $('#manageCommission').addClass('collapsed');
+ // $('#manageCommission').prop('aria-expanded', false);
}
unCheckCheckbox('#manageCommission');
}
@@ -1256,9 +1256,9 @@
}
} else {
if ($('#investorOne').hasClass('show') == true) {
- $('#investorOne').removeClass('show');
- $('#investor').addClass('collapsed');
- $('#investor').prop('aria-expanded', false);
+ // $('#investorOne').removeClass('show');
+ // $('#investor').addClass('collapsed');
+ // $('#investor').prop('aria-expanded', false);
}
unCheckCheckbox('#investor');
}
@@ -1274,9 +1274,9 @@
}
} else {
if ($('#primary_market').hasClass('show') == true) {
- $('#primary_market').removeClass('show');
- $('#primaryMarket').addClass('collapsed');
- $('#primaryMarket').prop('aria-expanded', false);
+ // $('#primary_market').removeClass('show');
+ // $('#primaryMarket').addClass('collapsed');
+ // $('#primaryMarket').prop('aria-expanded', false);
}
unCheckCheckbox('#primaryMarket');
}
@@ -1293,9 +1293,9 @@
}
} else {
if ($('#secondaryMarketThree').hasClass('show') == true) {
- $('#secondaryMarketThree').removeClass('show');
- $('#secondary_market').addClass('collapsed');
- $('#secondary_market').prop('aria-expanded', false);
+ // $('#secondaryMarketThree').removeClass('show');
+ // $('#secondary_market').addClass('collapsed');
+ // $('#secondary_market').prop('aria-expanded', false);
}
unCheckCheckbox('#secondary_market');
}
@@ -1312,9 +1312,9 @@
}
} else {
if ($('#cmsPanelFour').hasClass('show') == true) {
- $('#cmsPanelFour').removeClass('show');
- $('#cms_panel').addClass('collapsed');
- $('#cms_panel').prop('aria-expanded', false);
+ // $('#cmsPanelFour').removeClass('show');
+ // $('#cms_panel').addClass('collapsed');
+ // $('#cms_panel').prop('aria-expanded', false);
}
unCheckCheckbox('#cms_panel');
}
@@ -1330,9 +1330,9 @@
}
} else {
if ($('#manageSubAdminFive').hasClass('show') == true) {
- $('#manageSubAdminFive').removeClass('show');
- $('#manage_sub_admin').addClass('collapsed');
- $('#manage_sub_admin').prop('aria-expanded', false);
+ // $('#manageSubAdminFive').removeClass('show');
+ // $('#manage_sub_admin').addClass('collapsed');
+ // $('#manage_sub_admin').prop('aria-expanded', false);
}
unCheckCheckbox('#manage_sub_admin');
}
diff --git a/resources/views/Admin/login/otp.blade.php b/resources/views/Admin/login/otp.blade.php
index 799bff5..0882b40 100644
--- a/resources/views/Admin/login/otp.blade.php
+++ b/resources/views/Admin/login/otp.blade.php
@@ -200,7 +200,7 @@
// window.location.href='/dashboard';
setTimeout(() => {
// location.reload();
- window.location.href = "{{route('dashboard')}}";
+ window.location.href = "{{route('welcome-to-dashboard')}}";
}, 1000);
}
if (result.status == 400) {
diff --git a/resources/views/Admin/welcome_to_dashboard.blade.php b/resources/views/Admin/welcome_to_dashboard.blade.php
new file mode 100644
index 0000000..838e0b5
--- /dev/null
+++ b/resources/views/Admin/welcome_to_dashboard.blade.php
@@ -0,0 +1,12 @@
+@extends('Admin.layouts.master')
+@section('content')
+
+
+
 }})
+
+
+
Welcome to dashboard
+
+
+@endsection
diff --git a/resources/views/Frontend/Pages/fractional-real-estate/product.blade.php b/resources/views/Frontend/Pages/fractional-real-estate/product.blade.php
index 700ff02..e2e3746 100644
--- a/resources/views/Frontend/Pages/fractional-real-estate/product.blade.php
+++ b/resources/views/Frontend/Pages/fractional-real-estate/product.blade.php
@@ -1,58 +1,58 @@
@extends('Frontend.layouts.master')
@section('content')
-
+ /* Additional CSS to style the images within the carousel */
+ .carousel-inner img {
+ max-height: 350px;
+ /* Set maximum height for the images */
+ max-width: 75%;
+ margin: 0 auto;
+ /* Center the images horizontally */
+ }
+
@@ -108,28 +108,35 @@
-
-
- @foreach($productData->product_images as $key => $image)
-
- @endforeach
+ @if ($productData->product_images)
+
+
+ @foreach ($productData->product_images as $key => $image)
+
+ @endforeach
+
+
+ @foreach ($productData->product_images as $key => $image)
+
+
 }})
+
+ @endforeach
+
+
+
-
- @foreach($productData->product_images as $key => $image)
-
-
 }})
-
- @endforeach
-
-
-
-
+ @endif
diff --git a/routes/web.php b/routes/web.php
index 719befd..1032eca 100644
--- a/routes/web.php
+++ b/routes/web.php
@@ -858,6 +858,7 @@ Route::middleware([BackendAccess::class])->group(function () {
Route::get("role_list", 'addPage')->name('role_list')->name('role_list');
Route::post("view_role", 'store')->name('view_role')->name('view_role');
Route::post("status", 'status')->name('status');
+ Route::view('welcome-to-dashboard', 'Admin.welcome_to_dashboard')->name('welcome-to-dashboard');
});
// Manage Sub Admin middleware