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

Checkout

Pilih Toko Pembelian

{{--

Shipping information

--}} {{-- metode pengiriman --}} {{--
Metode Pengiriman
--}} {{--

Payment

Payment type
--}}
{{-- @dd($datas) --}}

Detail Pembelian

    @foreach ($datas as $index => $data)
  • {{ $data['product']->name }}

    {{ $data['product']->priceFormatted() }}

  • @endforeach
Subtotal
{{ $data['product']->priceFormatted() }}
{{--
Ongkir
Rp. 22.000
--}} {{--
PPN (12%)
Rp. 4.000
--}}
Total
@endsection @section('script') @endsection