@extends('layouts.app') @section('title', $product->name) @section('content')
{{ $product->name }}
@foreach($product->gallery as $image) @endforeach

{{ $product->name }}

{{ number_format($product->price, 2) }} BDT

{{ $product->description }}

@csrf
@lang('messages.return_within', ['days' => 7])
@endsection