@extends('layouts.store') @section('content') @php $currency = $s->currency_code ?? '$'; use App\Models\StoreSetting; $s = $s ?? StoreSetting::first(); @endphp

{{ __('messages.Checkout') }}

{{ __('messages.OrderSummary') }}
🛒

{{ __('messages.YourCartIsEmpty') }}

{{ __('messages.GoToShop') }}

{{ __('messages.Subtotal') }} {{ $currency }}0.00
{{ __('messages.GrandTotal') }} {{ $currency }}0.00
@endsection