@push('css') @endpush @include('components.theme.pages.header') {!! Form::open(['route' => 'user.account.cart.store']) !!} @csrf Produk @if(count($getListCart) > 0) Checkout @endif Produk Harga @foreach($getListCart as $items) {{ $items->name }} {{ 'Rp. ' . number_format($items->price, 0, ',', '.') }} @endforeach {!! Form::close() !!} @push('scripts') @endpush @include('components.theme.pages.footer')