@if($accounts->total()) Records {{ ( $accounts->currentPage() - 1 ) * $accounts->perPage() + 1 }} to {{ ( $accounts->currentPage() - 1 ) * $accounts->perPage() + $accounts->count() }} from {{ $accounts->total() }} Records @else No Record @endif
| ID | Name | Category | Nature | Action |
|---|---|---|---|---|
| {{ $account->id }} | {{ $account->name }} | {{ $account->category }} | {{ $account->nature }} | @if( $account->name != 'Sales' && $account->name != 'Purchases' ) @endif |