@forelse ($accounts as $account) @empty @endforelse
ID NAME CITY STATE ZIP CODE PHONE WEBSITE
{{ $account->id}} {{ $account->account_name}} {{ $account->city }} {{ $account->state }} {{ $account->zip }} {{ $account->phone }} {{ $account->website }}
No Account found.
@if($accounts->total() > 0) Showing {{ $accounts->firstItem() }} to {{ $accounts->lastItem() }} of {{ $accounts->total() }} results @endif @if($accounts->lastPage() > 1) @endif
Loading...