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) +
+ + +
+ @if ($product->geographic_focus == 'Global') + + @else($product->geographic_focus == 'India') + + @endif + +

{{ $product->product_name }}

+
+
+

Category: {{ $product->category_name }}

+
+
+

Minimum Investment: {{ $product->minimum_investment }}

+

{{ $product->description }}

+
+
+
+ @empty +

No Data Found

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