@push('css') @endpush @include('components.theme.pages.header')
{!! Form::open(['route' => 'user.account.cart.store']) !!} @csrf

Produk

@if(count($getListCart) > 0)
@endif
@foreach($getListCart as $items) @endforeach
Produk Harga
{{ $items->name }} {{ 'Rp. ' . number_format($items->price, 0, ',', '.') }}
{!! Form::close() !!}
@push('scripts') @endpush @include('components.theme.pages.footer')