{{--
=====================================================
Etebarit - by Gisoo Web Solutions
------------------------------------------------------
Gisoo.net
------------------------------------------------------
Copyright (c) 2026 Gisoo Web Solutions
=====================================================
This code is protected by copyright
=====================================================
File: order-detail.blade.php
------------------------------------------------------
Use: A single order for the merchant: the buyer, the money
split, the timeline and every transaction the order was
settled with. Merchant-only figures (fee/share) shown
to the shop owner, never to a regular user.
=====================================================
--}}
@extends('layouts.merchant')
@section('title', __('front.shop.order_detail.title', ['code' => $order->code]))
@php
use App\Support\Format;
$paid = $order->status === \App\Models\Order::STATUS_PAID;
@endphp
@section('breadcrumb')
{{ __('front.shop.order_detail.subtitle') }}
{{ __('front.shop.order_detail.no_buyer') }}
@endif| {{ __('front.shop.txns.code') }} | {{ __('front.shop.txns.type') }} | {{ __('front.shop.txns.reference') }} | {{ __('front.shop.txns.amount') }} | {{ __('front.shop.txns.time') }} | {{ __('front.shop.txns.status') }} |
|---|---|---|---|---|---|
| @fa($transaction->code) | {{ $transaction->external_reference ? Format::persianDigits($transaction->external_reference) : '—' }} | $incoming && $transaction->isSuccessful(), 'text-secondary-500' => ! $incoming && $transaction->isSuccessful(), 'text-ink-faint' => ! $transaction->isSuccessful(), ]) dir="ltr">{{ $incoming ? '+' : '−' }}@toman($transaction->amount) {{ __('front.shop.txns.toman') }} | @jalaliDateTime($transaction->created_at) |