@extends("/layouts/cart_base.html")
@section("main")
@include("/order/cart.html")
@include("/order/address.html")
@include("/order/deliver.html")
@include("/order/confirm.html")
@include("/order/result.html")
@include("/order/error.html")
@endsection