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

Product Details

image

View Details

@csrf
image

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

Its Amazeing

{{ $findProduct->product_name }}

    {{--
  • $3136.08
  • --}}
  • @if (request()->query('type') == 'BUY') {{ '$' . number_format($prices[0]['price']) }} @endif
@if (request()->query('type') == 'RENT') @endif {{--
Size

Large

--}} @if (request()->query('type') == 'RENT')
@endif
{{-- @if (!Auth::check())--}} {{--

--}} {{-- To place an order online, you'll need to login or create an account.--}} {{--

--}} {{-- @endif--}}
{{-- @dd(session()->get('cart', []))--}}
@if (request()->query('type') == 'BUY')

{!! $prices[0]['description'] !!}

@endif @if (request()->query('type') == 'RENT')

Select a price to see the description.

@endif
{{-- @if (Auth::check() && Auth::user()->hasRole('user'))--}} {{-- @else--}} {{-- --}} {{-- @endif--}}
@endsection