Order Summary

{{ $productName }}
₹{{ number_format($amount) }}
Qty: {{ $unit }}

Total ₹{{ number_format($amount) }}

@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @if ($errors->any())
{{ $errors->first() }}
@endif
@csrf
Attach File