@extends('layouts.buyer') @section('content')

{{ $title }}

Items in your shopping cart

    @forelse ($items as $item)
  • {{ $item->product->name }}

    {{ $item->product->name }}

    {{--

    {{ $item->product->priceFormatted() }}

    --}}

    {{ $item->product->category }}

    {{ $item->product->priceFormatted() }}

    Stok ada

  • @empty

    404

    Keranjang Kamu Kosong

    @endforelse
@if ($items->isNotEmpty())
Subtotal
Rp 0

*Ongkir dan pajak akan dihitung saat checkout.

@else @endif
@endsection @section('script') @endsection