@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->lastPage() > 1) @endif
Loading...