@extends('layouts.app') @section('title', 'Checkout') @section('content')
{{ $item['qty'] }}x @ Rp {{ number_format($item['product']->final_price, 0, ',', '.') }} @if($item['size']) | {{ $item['size'] }} @endif @if($item['color']) | {{ explode('|', $item['color'])[1] ?? $item['color'] }} @endif