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

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

{{ __('messages.ReceiptSavedInBrowser') }}
@endsection