@extends('layouts.store') @section('content')
{{ $product->name }}

{{ $product->name }}

{{ $product->short_description }}

{{ $product->description }}

₹{{ number_format($product->price * 85, 0) }}
@csrf
@push('scripts') @endpush @endsection