@extends('page_layout') @section('section')

Product Details

Relatable Products

@foreach($product_lists as $product_list) @endforeach
Portrait of young beautiful woman posing in studio

₹{{ $product_list->price }}

{{ $product->title }}

{{ $product->description }}

@auth
@csrf
@endauth @guest Please log in to continue @endguest
@endsection