@include('livewire.tenant.lemarex.trust-accounting-entries.partials._header')
@include('livewire.tenant.lemarex.trust-accounting-entries.partials._tools')
| @if ($manageColumns['trust_accounting_journal_id']) |
|
@endif
@if ($manageColumns['appointed_user'])
|
@endif
@if ($manageColumns['description'])
|
@endif
@if ($manageColumns['type'])
|
@endif
@if ($manageColumns['amount'])
|
@endif
@if ($manageColumns['created_at'])
|
@endif
@if ($manageColumns['updated_at'])
|
@endif
@if ($manageColumns['action'])
Action | @endif
|---|---|---|---|---|---|---|---|---|
| @if ($manageColumns['trust_accounting_journal_id']) | {{ $entry->journal->description }} | @endif @if ($manageColumns['appointed_user']){{ ucfirst($entry->appointed_user) }} | @endif @if ($manageColumns['description']){{ $entry->description }} | @endif @if ($manageColumns['type']){{ Str::of($entry->type)->replace('_',' ')->title() }} | @endif @if ($manageColumns['amount'])${{ number_format($entry->amount / 100, 2) }} | @endif @if ($manageColumns['created_at']){{ $entry->created_at }} | @endif @if ($manageColumns['updated_at']){{ $entry->updated_at }} | @endif @if ($manageColumns['action'])@endif |
{{ $entries->links() }}