Chart of Accounts
@forelse($accounts as $account) @empty @endforelse
Code Name Type Balance Status Actions
{{ $account->code }} {{ $account->name }} {{ $account->type }} {{ $account->normal_balance }} {{ $account->is_active ? 'Active' : 'Inactive' }}
@csrf @method('PUT')
No accounts found.
{{ $accounts->withQueryString()->links() }}
{{-- Create Account Modal --}}