@extends('frontend.layouts.layouts') @section('content')
Billing Details
Please fix the following errors:
{{ $message }}
PRODUCTS
Subtotal
{{ $item['price'] }} x {{ $item['quantity'] }}
₱ {{ number_format($item['quantity'] * $item['price'], 2) }}
SUBTOTAL
SHIPPING
₱ {{ number_format($total, 2) }}
TOTAL