{{-- resources/views/store/account/order-show.blade.php --}}
@extends('layouts.store')
@section('content')
@php
$currency = $s->currency_code ?? '$';
use App\Models\StoreSetting;
$s = $s ?? StoreSetting::first();
@endphp
{{ __('messages.OrderDetails') }}
| {{ __('messages.Product') }} | {{ __('messages.Qty') }} | {{ __('messages.Price') }} | {{ __('messages.Total') }} |
|---|---|---|---|
| — | |||