From a31d97c3cc32cd5dbf40ce46d123662cb90fa84f Mon Sep 17 00:00:00 2001 From: Ritikesh yadav Date: Thu, 9 May 2024 16:09:45 +0530 Subject: [PATCH] fixing changes --- .../Pages/handpicked-investment.blade.php | 192 +++++++++++++++++- .../pagination.blade.php | 56 +++++ 2 files changed, 247 insertions(+), 1 deletion(-) diff --git a/resources/views/Frontend/Pages/handpicked-investment.blade.php b/resources/views/Frontend/Pages/handpicked-investment.blade.php index 80cbf95..f58508e 100644 --- a/resources/views/Frontend/Pages/handpicked-investment.blade.php +++ b/resources/views/Frontend/Pages/handpicked-investment.blade.php @@ -1,4 +1,4 @@ -@extends('Frontend.layouts.master') +{{-- @extends('Frontend.layouts.master') @section('style') @endsection +@section('content') +
+

Primary Investment Opportunities

+

+ + Invest in Individual Funds and Exotic
Strategies. Personalized way of finding the
right + investments for + you. +
+

+
+
+
+

Asset type

+
+ + +
+

Geographic Focus

+
+ + +
+
+ + id, $urlCategories) ? 'checked' : ''; + ?> + +
+ +
+
+ + @include('Frontend.Pages.handpicked-investment.pagination') + + +
+ + + +
+
+
+@endsection +@section('scripts') + +@endsection + +{{-- adarsh codes ends --}} \ No newline at end of file diff --git a/resources/views/Frontend/Pages/handpicked-investment/pagination.blade.php b/resources/views/Frontend/Pages/handpicked-investment/pagination.blade.php index 90c740d..3ae06d8 100644 --- a/resources/views/Frontend/Pages/handpicked-investment/pagination.blade.php +++ b/resources/views/Frontend/Pages/handpicked-investment/pagination.blade.php @@ -1,3 +1,57 @@ +{{-- +
+ @forelse($products as $product) + + @empty +

No Data Found

+ @endforelse +
+ --}} + + +{{-- adarsh code start --}} + +{{-- adarsh code ends --}} \ No newline at end of file