@extends('guest.layout.main') @section('body_main_guests') Checkout Order Kembali ke Menu {{-- Form Identitas --}} @csrf 1 Data 2 Konfirmasi 3 Pembayaran Langkah 1 dari 2 {{-- STEP ONE --}} @include('guest.checkout.step.step1') {{-- STEP TWO --}} @include('guest.checkout.step.step2') {{-- STEP THREE --}} @include('guest.checkout.step.step3') @include('guest.checkout.modal.noteOrder') @include('guest.checkout.modal.confirmPaymentBilling') @endsection