@extends('layouts.front-layout') @section('title') Product-Rental @endsection @section('content') {{ $pageData['Product']['top_banner_title'] ?? '' }} @forelse($get_products as $product) {{-- pricing$ {{ $product->price ?? '' }} --}} {{-- --}} {{-- {{ $product->approximately ?? '' }}--}} {{-- --}} {{ $product->product_name ?? '' }} {{-- {!! $product->description ?? '' !!} --}} Rent Buy @empty Product Data Not Available @endforelse @endsection
pricing$ {{ $product->price ?? '' }}
--}} {{-- {{ $product->approximately ?? '' }}--}} {{--
Rent
Buy