@extends('store.themes.modern-coffee-shop.layouts.app') @section('title', __('Checkout')) @section('content')

{{ __('Checkout') }}

{{ __('Contact Information') }}

{{ __('Shipping Address') }}

{{ __('Payment Method') }}

{{ __('Order Summary') }}

{{ __('Subtotal') }}
{{ __('Shipping') }} {{ __('Free') }}
{{ __('Total') }}
@endsection