@use('\Illuminate\Support\Number', 'Number') @use('\Illuminate\Support\Str', 'Str')
Other Transactions
@forelse ($this->transactions as $history) @empty @endforelse
Amount Type Narration Date
{{ Number::currency($history->amount, $settings->s_currency) }} $history->type == 'Credit', 'badge-danger' => $history->type == 'Debit', ])> {{ $history->type }} {{ $history->narration }} {{ $history->created_at->toDayDateTimeString() }}
No record yet
{{ $this->transactions->links() }}