| {{ __('message.order_id') }} | {{ __('message.transaction_type') }} | {{ __('message.amount') }} | {{ __('message.created_at') }} | |||||
|---|---|---|---|---|---|---|---|---|
| {{ optional($value)->order_id ?? '-' }} | {{ optional($value)->transaction_type ?? '-' }} | {{ getPriceFormat($value->amount) ?? 0 }} | {{ dateAgoFormate($value->created_at) ?? '-' }} | |||||
| {{ __('message.no_record_found') }} | ||||||||