{{ __('service_booked') }}
{{ __('total_transactions') }}
{{ __('products_purchased') }}
{{ $booking_value->category_name ?? '' }}
{{ $purchase_value->product->categories->name ?? ''}}
| {{ __('invoice_id') }} | {{ __('payment_date') }} | {{ __('Description') }} | {{ __('Total Amount') }} | {{ __('Status') }} | {{ __('payment_method') }} |
|---|---|---|---|---|---|
| {{ $transaction->order_id }} | {{ $transaction->invoice_date }} | {{ $transaction->description ?? '-' }} | {{ $transaction->amount ?? '0.00' }} | {{ $transaction->payment_status_label }} | {{ $payment_method[$transaction->payment_type] }} |
| {{ __('no_transactions_found') }} | |||||
| {{ __('invoice_id') }} | {{ __('payment_date') }} | {{ __('Description') }} | {{ __('Total Amount') }} | {{ __('Status') }} | {{ __('payment_method') }} |
|---|---|---|---|---|---|
| {{ $transaction->order_id }} | {{ $transaction->invoice_date }} | {{ $transaction->description ?? '-' }} | {{ $transaction->amount ?? '0.00' }} | {{ $transaction->payment_status_label }} | {{ $payment_method[$transaction->payment_type] }} |
| {{ __('no_transactions_found') }} | |||||