@extends('layouts.main-app') @section('title', 'Cart') @section('content') @include('layouts.navbar')
Product | Price | Quantity | Subtotal | ||
---|---|---|---|---|---|
{{-- --}} | {{ $item['name'] }} | ₱{{ number_format($item['price'], 2) }} | ₱{{ number_format($item['price'] * $item['quantity'], 2) }} |