Letterhead
Chart of Accounts
@php($count = 1) @foreach ($accounts as $account) @endforeach
S/N Code Account Title Type Category Status
{{ $count++ }} {{ $account->code }} @if($account->parent_id) » {{ $account->title }} @else {{ $account->title }} @endif {{ $account->type }} {{ $account->category ?? '-' }} {{ $account->status }}