@extends($activeTemplate . 'layouts.master') @section('content')
@lang('Trx | Date') | @lang('Amount') | @lang('Payment Status') | @lang('Action') |
---|---|---|---|
{{ $order->trx }}
{{ showDateTime($order->created_at) }}
|
{{ showAmount($order->amount) }} | @php echo $order->paymentStatusBadge @endphp | @if ($order->payment_status == 1) | @endif