@extends('client.layouts.master') @section('title')
{{ substr($cart['product_name'], 0, 70) }}...
{{ number_format($cart['product_price'], 0, ',', '.') }}đ
{{ number_format($subtotal, 0, ',', '.') }} đ
@php $total_coupon = ($total * $cou['coupon_number']) / 100; echo '
@php $total_coupon = $total - $cou['coupon_number']; @endphp