@foreach ($accountTypes as $index => $accountType) {{ $accountTypes->firstItem() + $index }} {{ $accountType->type_name }} {{ $accountType->report_group ?? '-' }} {{ Str::limit($accountType->description, 200) ?? '-' }}
@can('account-type-edit') @endcan
@endforeach