diff --git a/app/Http/Controllers/Frontend/AlternativeInvestmentFundController.php b/app/Http/Controllers/Frontend/AlternativeInvestmentFundController.php index 496daaa..37a287d 100644 --- a/app/Http/Controllers/Frontend/AlternativeInvestmentFundController.php +++ b/app/Http/Controllers/Frontend/AlternativeInvestmentFundController.php @@ -167,9 +167,10 @@ class AlternativeInvestmentFundController extends Controller // dd($otherVCP); $productData = AlternativeInvestmentFund::where('slug', $slug)->first(); // dd($productData,$slug,$ventureCapitalFund); + $product = Product::with('product_images')->where('id', '=', $productData->products_id)->first(); $productData = Product::with('product_images')->where('id', '=', $productData->products_id)->first(); - // dd($ventureCapitalFund, $otherVCP, $productData); - return view('Frontend.Pages.alternative-investment-fund.venture-capital-fund-product', compact('ventureCapitalFund', 'otherVCP', 'productData')); + // dd($ventureCapitalFund, $otherVCP, $productData,$product); + return view('Frontend.Pages.alternative-investment-fund.venture-capital-fund-product', compact('ventureCapitalFund', 'otherVCP', 'productData','product')); } public function infrastructureFundProduct($slug) @@ -183,7 +184,7 @@ class AlternativeInvestmentFundController extends Controller $productData = AlternativeInvestmentFund::where('slug', '=', $slug)->first(); $product = Product::with('product_images')->where('id', '=', $productData->products_id)->first(); - // dd($infrastructureFund); + // dd($infrastructureFund,$productData,$product); return view('Frontend.Pages.alternative-investment-fund.infrastructure-fund-product', compact('infrastructureFund', 'otherIF', 'productData', 'product')); } @@ -211,9 +212,12 @@ class AlternativeInvestmentFundController extends Controller ->where(['products.status' => true, 'categories_id' => 31]) ->where('slug', '!=', $slug) ->get(); - $product = AlternativeInvestmentFund::where('slug', '=', $slug)->first(); - $productData = Product::with('product_images')->where('id', '=', $product->products_id)->first(); - // dd($privateEquityFund,$productData,$product); + $product_slug = AlternativeInvestmentFund::where('slug', '=', $slug)->first(); + + $product = Product::with('product_images')->where('id', '=', $product_slug->products_id)->first(); + + $productData = Product::with('product_images')->where('id', '=', $product_slug->products_id)->first(); + // dd($privateEquityFund,$productData,$product_slug,$product); return view('Frontend.Pages.alternative-investment-fund.private-equity-fund-product', compact('privateEquityFund', 'otherPEF', 'product', 'productData')); } @@ -579,9 +583,11 @@ class AlternativeInvestmentFundController extends Controller // ->get(); // $productData = AlternativeInvestmentFund::where('slug', '=', $slug)->first(); $productData = Product::with('product_images')->where('id', '=', $longOnlyEquityFund->products_id)->first(); + $product = Product::with('product_images')->where('id', '=', $longOnlyEquityFund->products_id)->first(); + // dd($otherHF); // dd($productData,$longOnlyEquityFund); - return view('Frontend.Pages.alternative-investment-fund.long-only-equity-fund-product', compact('longOnlyEquityFund', 'productData')); + return view('Frontend.Pages.alternative-investment-fund.long-only-equity-fund-product', compact('longOnlyEquityFund', 'productData','product')); } public function privateCreditFund() { @@ -615,8 +621,9 @@ class AlternativeInvestmentFundController extends Controller ->where('slug', '!=', $slug) ->get(); $productData = AlternativeInvestmentFund::where('slug', '=', $slug)->first(); + $product = product::with('alternativeInvestmentFund')->where('id', '=', $productData->products_id)->first(); + // dd($product,$productData,$privateCreditFund); $productData = Product::with('product_images')->where('id', '=', $productData->products_id)->first(); - // dd($privateCreditFund); - return view('Frontend.Pages.alternative-investment-fund.private-credit-fund-product', compact('privateCreditFund', 'otherPEF', 'productData')); + return view('Frontend.Pages.alternative-investment-fund.private-credit-fund-product', compact('privateCreditFund', 'otherPEF', 'productData','product')); } } diff --git a/public/assets/css/style.bundle.css b/public/assets/css/style.bundle.css index ca74b89..e6af8ab 100644 --- a/public/assets/css/style.bundle.css +++ b/public/assets/css/style.bundle.css @@ -57995,7 +57995,9 @@ label.error { #kt_profile_details_view svg.svg-inline--fa.fa-download:hover { color: #c18948; } - +#update_lead_form .select2-container--bootstrap5 .select2-selection { + height: 50px !important; +} .modal .btn.btn-icon .svg-icon:hover { color: #fff; background-color: #c18948; diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 658bd13..04c044a 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -1286,6 +1286,9 @@ nav { overflow-y: scroll; overflow-x: hidden; } +#update_lead_form .select2-container--bootstrap5 .select2-selection { + height: 50px !important; +} #manage_commission_view .modal-dialog .btn.btn-active-color-primary:hover:not(.btn-active) { diff --git a/public/assets/uploads/product_images/202406281628_0121719470229 (8).png b/public/assets/uploads/product_images/202406281651_0121719470229 (10).png similarity index 100% rename from public/assets/uploads/product_images/202406281628_0121719470229 (8).png rename to public/assets/uploads/product_images/202406281651_0121719470229 (10).png diff --git a/public/assets/uploads/product_images/202406281651_0121719470229 (8).png b/public/assets/uploads/product_images/202406281651_0121719470229 (8).png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/assets/uploads/product_images/202406281651_0121719470229 (8).png differ diff --git a/public/assets/uploads/product_images/202406281651_0121719470229 (9).png b/public/assets/uploads/product_images/202406281651_0121719470229 (9).png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/assets/uploads/product_images/202406281651_0121719470229 (9).png differ diff --git a/public/assets/uploads/product_images/202406292335_0121719470229 (4).png b/public/assets/uploads/product_images/202406292335_0121719470229 (4).png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/assets/uploads/product_images/202406292335_0121719470229 (4).png differ diff --git a/public/assets/uploads/product_images/202406292335_0121719470229 (5).png b/public/assets/uploads/product_images/202406292335_0121719470229 (5).png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/assets/uploads/product_images/202406292335_0121719470229 (5).png differ diff --git a/public/assets/uploads/product_images/202406292335_0121719470229 (6).png b/public/assets/uploads/product_images/202406292335_0121719470229 (6).png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/assets/uploads/product_images/202406292335_0121719470229 (6).png differ diff --git a/public/assets/uploads/product_images/202406292339_0121719470229 (5).png b/public/assets/uploads/product_images/202406292339_0121719470229 (5).png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/assets/uploads/product_images/202406292339_0121719470229 (5).png differ diff --git a/public/assets/uploads/product_images/202406292339_0121719470229 (6).png b/public/assets/uploads/product_images/202406292339_0121719470229 (6).png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/assets/uploads/product_images/202406292339_0121719470229 (6).png differ diff --git a/public/assets/uploads/product_images/202406292341_0121719470229 (10).png b/public/assets/uploads/product_images/202406292341_0121719470229 (10).png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/assets/uploads/product_images/202406292341_0121719470229 (10).png differ diff --git a/public/assets/uploads/product_images/202406292341_0121719470229 (9).png b/public/assets/uploads/product_images/202406292341_0121719470229 (9).png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/assets/uploads/product_images/202406292341_0121719470229 (9).png differ diff --git a/public/assets/uploads/product_images/202406292344_0121719470229 (8).png b/public/assets/uploads/product_images/202406292344_0121719470229 (8).png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/assets/uploads/product_images/202406292344_0121719470229 (8).png differ diff --git a/public/assets/uploads/product_images/202406292344_0121719470229 (9).png b/public/assets/uploads/product_images/202406292344_0121719470229 (9).png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/assets/uploads/product_images/202406292344_0121719470229 (9).png differ diff --git a/public/assets/uploads/product_images/202406292347_0121719470229 (3).png b/public/assets/uploads/product_images/202406292347_0121719470229 (3).png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/assets/uploads/product_images/202406292347_0121719470229 (3).png differ diff --git a/public/assets/uploads/product_images/202406292347_0121719470229 (4).png b/public/assets/uploads/product_images/202406292347_0121719470229 (4).png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/assets/uploads/product_images/202406292347_0121719470229 (4).png differ diff --git a/public/assets/uploads/product_images/202406292357_0121719470229 (10).png b/public/assets/uploads/product_images/202406292357_0121719470229 (10).png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/assets/uploads/product_images/202406292357_0121719470229 (10).png differ diff --git a/public/assets/uploads/product_images/202406292357_0121719470229 (9).png b/public/assets/uploads/product_images/202406292357_0121719470229 (9).png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/assets/uploads/product_images/202406292357_0121719470229 (9).png differ diff --git a/public/assets/uploads/product_images/202406300015_69-1717420651.png b/public/assets/uploads/product_images/202406300015_69-1717420651.png new file mode 100644 index 0000000..9b952e6 Binary files /dev/null and b/public/assets/uploads/product_images/202406300015_69-1717420651.png differ diff --git a/public/assets/uploads/product_images/202406300015_69-1717420766.png b/public/assets/uploads/product_images/202406300015_69-1717420766.png new file mode 100644 index 0000000..9b952e6 Binary files /dev/null and b/public/assets/uploads/product_images/202406300015_69-1717420766.png differ diff --git a/public/assets/uploads/product_images/202406300021_69-1717420651.png b/public/assets/uploads/product_images/202406300021_69-1717420651.png new file mode 100644 index 0000000..9b952e6 Binary files /dev/null and b/public/assets/uploads/product_images/202406300021_69-1717420651.png differ diff --git a/public/assets/uploads/product_images/202406300021_69-1717420766.png b/public/assets/uploads/product_images/202406300021_69-1717420766.png new file mode 100644 index 0000000..9b952e6 Binary files /dev/null and b/public/assets/uploads/product_images/202406300021_69-1717420766.png differ diff --git a/public/assets/uploads/product_images/202406300025_0121719470229 (6).png b/public/assets/uploads/product_images/202406300025_0121719470229 (6).png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/assets/uploads/product_images/202406300025_0121719470229 (6).png differ diff --git a/public/assets/uploads/product_images/202406300025_0121719470229 (7).png b/public/assets/uploads/product_images/202406300025_0121719470229 (7).png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/assets/uploads/product_images/202406300025_0121719470229 (7).png differ diff --git a/public/excel-template/PrivateCreditTemplate.xlsx b/public/excel-template/PrivateCreditTemplate.xlsx index 5fafc35..9e47126 100644 Binary files a/public/excel-template/PrivateCreditTemplate.xlsx and b/public/excel-template/PrivateCreditTemplate.xlsx differ diff --git a/public/uploads/product/fact_sheet/1719574423_factsheet.png b/public/uploads/product/fact_sheet/1719574423_factsheet.png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/uploads/product/fact_sheet/1719574423_factsheet.png differ diff --git a/public/uploads/product/fact_sheet/1719574683_factsheet.png b/public/uploads/product/fact_sheet/1719574683_factsheet.png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/uploads/product/fact_sheet/1719574683_factsheet.png differ diff --git a/public/uploads/product/fact_sheet/1719576411_factsheet.png b/public/uploads/product/fact_sheet/1719576411_factsheet.png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/uploads/product/fact_sheet/1719576411_factsheet.png differ diff --git a/public/uploads/product/fact_sheet/1719576789_factsheet.png b/public/uploads/product/fact_sheet/1719576789_factsheet.png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/uploads/product/fact_sheet/1719576789_factsheet.png differ diff --git a/public/uploads/product/fact_sheet/1719581680_factsheet.png b/public/uploads/product/fact_sheet/1719581680_factsheet.png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/uploads/product/fact_sheet/1719581680_factsheet.png differ diff --git a/public/uploads/product/fact_sheet/1719684343_factsheet.png b/public/uploads/product/fact_sheet/1719684343_factsheet.png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/uploads/product/fact_sheet/1719684343_factsheet.png differ diff --git a/public/uploads/product/fact_sheet/1719684541_factsheet.png b/public/uploads/product/fact_sheet/1719684541_factsheet.png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/uploads/product/fact_sheet/1719684541_factsheet.png differ diff --git a/public/uploads/product/fact_sheet/1719684668_factsheet.png b/public/uploads/product/fact_sheet/1719684668_factsheet.png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/uploads/product/fact_sheet/1719684668_factsheet.png differ diff --git a/public/uploads/product/fact_sheet/1719684898_factsheet.png b/public/uploads/product/fact_sheet/1719684898_factsheet.png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/uploads/product/fact_sheet/1719684898_factsheet.png differ diff --git a/public/uploads/product/fact_sheet/1719685069_factsheet.png b/public/uploads/product/fact_sheet/1719685069_factsheet.png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/uploads/product/fact_sheet/1719685069_factsheet.png differ diff --git a/public/uploads/product/fact_sheet/1719685691_factsheet.png b/public/uploads/product/fact_sheet/1719685691_factsheet.png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/uploads/product/fact_sheet/1719685691_factsheet.png differ diff --git a/public/uploads/product/fact_sheet/1719686753_factsheet.png b/public/uploads/product/fact_sheet/1719686753_factsheet.png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/uploads/product/fact_sheet/1719686753_factsheet.png differ diff --git a/public/uploads/product/fact_sheet/1719687089_factsheet.png b/public/uploads/product/fact_sheet/1719687089_factsheet.png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/uploads/product/fact_sheet/1719687089_factsheet.png differ diff --git a/public/uploads/product/fact_sheet/1719687316_factsheet.png b/public/uploads/product/fact_sheet/1719687316_factsheet.png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/uploads/product/fact_sheet/1719687316_factsheet.png differ diff --git a/public/uploads/product/presentation/1719574423_presentation.png b/public/uploads/product/presentation/1719574423_presentation.png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/uploads/product/presentation/1719574423_presentation.png differ diff --git a/public/uploads/product/presentation/1719574683_presentation.png b/public/uploads/product/presentation/1719574683_presentation.png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/uploads/product/presentation/1719574683_presentation.png differ diff --git a/public/uploads/product/presentation/1719576411_presentation.png b/public/uploads/product/presentation/1719576411_presentation.png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/uploads/product/presentation/1719576411_presentation.png differ diff --git a/public/uploads/product/presentation/1719576789_presentation.png b/public/uploads/product/presentation/1719576789_presentation.png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/uploads/product/presentation/1719576789_presentation.png differ diff --git a/public/uploads/product/presentation/1719581680_presentation.png b/public/uploads/product/presentation/1719581680_presentation.png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/uploads/product/presentation/1719581680_presentation.png differ diff --git a/public/uploads/product/presentation/1719684343_presentation.png b/public/uploads/product/presentation/1719684343_presentation.png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/uploads/product/presentation/1719684343_presentation.png differ diff --git a/public/uploads/product/presentation/1719684541_presentation.png b/public/uploads/product/presentation/1719684541_presentation.png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/uploads/product/presentation/1719684541_presentation.png differ diff --git a/public/uploads/product/presentation/1719684668_presentation.png b/public/uploads/product/presentation/1719684668_presentation.png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/uploads/product/presentation/1719684668_presentation.png differ diff --git a/public/uploads/product/presentation/1719684898_presentation.png b/public/uploads/product/presentation/1719684898_presentation.png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/uploads/product/presentation/1719684898_presentation.png differ diff --git a/public/uploads/product/presentation/1719685069_presentation.png b/public/uploads/product/presentation/1719685069_presentation.png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/uploads/product/presentation/1719685069_presentation.png differ diff --git a/public/uploads/product/presentation/1719685691_presentation.png b/public/uploads/product/presentation/1719685691_presentation.png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/uploads/product/presentation/1719685691_presentation.png differ diff --git a/public/uploads/product/presentation/1719686753_presentation.png b/public/uploads/product/presentation/1719686753_presentation.png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/uploads/product/presentation/1719686753_presentation.png differ diff --git a/public/uploads/product/presentation/1719687089_presentation.png b/public/uploads/product/presentation/1719687089_presentation.png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/uploads/product/presentation/1719687089_presentation.png differ diff --git a/public/uploads/product/presentation/1719687316_presentation.png b/public/uploads/product/presentation/1719687316_presentation.png new file mode 100644 index 0000000..0eee154 Binary files /dev/null and b/public/uploads/product/presentation/1719687316_presentation.png differ diff --git a/resources/views/Admin/Pages/manage_leads/edit-lead.blade.php b/resources/views/Admin/Pages/manage_leads/edit-lead.blade.php index a05ec4d..9c83750 100644 --- a/resources/views/Admin/Pages/manage_leads/edit-lead.blade.php +++ b/resources/views/Admin/Pages/manage_leads/edit-lead.blade.php @@ -7,8 +7,9 @@