Merge pull request #175 from Ritikeshyadav/RitikeshFreeu
Ritikesh freeu
This commit is contained in:
@@ -129,7 +129,8 @@ class HandpickedInvestmentController extends Controller
|
||||
$query->where('products.status', true);
|
||||
$query->where('categories.status', true);
|
||||
})
|
||||
->paginate(6);
|
||||
->paginate(1000000);
|
||||
// ->get();
|
||||
// dd($query, $categories);
|
||||
$products->appends(['search' => $query, 'categories' => $this->encode_arr($categories)]);
|
||||
|
||||
|
||||
@@ -702,7 +702,7 @@
|
||||
<!--begin::Input-->
|
||||
<input type="text" class="form-control form-control-solid" readonly id="invester_name2" name="investor_name" />
|
||||
</div>
|
||||
<div class="form-box mb-5">
|
||||
<div class="form-box mb-5 d-none">
|
||||
<label class="fs-6 fw-semibold form-label mt-3">
|
||||
<span>Product Category</span>
|
||||
</label>
|
||||
|
||||
@@ -334,7 +334,7 @@
|
||||
function fetch_data(page, query, categories, assetType, geographicFocus) {
|
||||
$.ajax({
|
||||
type: 'get',
|
||||
url: "http://localhost/jericho_28_march/primary-investment/fetch_data?page=" +
|
||||
url: "/primary-investment/fetch_data?page=" +
|
||||
page +
|
||||
"&query=" + query + "&categories=" + categories + "&assetType=" +
|
||||
assetType +
|
||||
|
||||
@@ -122,6 +122,6 @@
|
||||
<h3>No Data Found</h3>
|
||||
@endforelse
|
||||
</div>
|
||||
<div class="pagination">{{ $products->links() }}</div>
|
||||
{{-- <div class="pagination">{{ $products->links() }}</div> --}}
|
||||
|
||||
{{-- adarsh code ends --}}
|
||||
Reference in New Issue
Block a user