@extends('store.layout') @section('title', __('Review & Checkout')) @section('content')

{{ __('Review & Checkout') }}

@include('components.alert-success') @include('components.alert-danger')
@include('store.checkout.partials._customer_billing_info')
@include('store.checkout.partials._order_summary')
@endsection @push('scripts') {{--This api can't be hosted on localhost--}} @endpush