Accounts

@foreach ($accounts as $account) @endforeach
ID Company Name Address Line 1 Address Line 2 City Province Postal Code Country Phone Email Website
{{ $account->id }} {{ $account->company_name }} {{ $account->address_line1 }} {{ $account->address_line2 }} {{ $account->city }} {{ $account->province }} {{ $account->postal_code }} {{ $account->country }} {{ $account->phone }} {{ $account->email }} {{ $account->website }}