@extends('layouts.front-layout') @section('title') Product-Rental @endsection @section('content')

{{ $pageData['Product']['top_banner_title'] ?? '' }}

image
@forelse($get_products as $product)
{{--

pricing$ {{ $product->price ?? '' }}

--}}
{{--

--}} {{-- {{ $product->approximately ?? '' }}--}} {{--

--}}

{{ $product->product_name ?? '' }}

{{-- {!! $product->description ?? '' !!} --}}
@empty

Product Data Not Available

@endforelse
@endsection