@extends('user_layout.app')
@section('content')
QR {{ number_format($product->special_price, 2) }}
– QR {{ number_format($product->standard_price, 2) }}
{{ $product->description }} {{ $product->description }}
{{ $product->name }}
@foreach ($errors->all() as $error)
Category
{{ $product->category->name ?? '-' }}
Special Price
QR {{ number_format($product->special_price, 2) }}
Standard Price
QR {{ number_format($product->standard_price, 2) }}