@extends('layout.home') @section('title', 'Checkout') @section('content')
@csrf

billing address

Your Order

Order Total Rp. {{ number_format($orders->grand_total) }}

Payment Method

  • Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order wont be shipped until the funds have cleared in our account.

    {{--

    Atas Nama : {{ $about->atas_nama }}

    No Rekening : {{ $about->no_rekening }}

    --}}
@endsection @push('js') @endpush