@if($accounts->count() > 0) {{-- --}} @foreach($accounts as $account) {{-- --}} @endforeach
First name Last name Industry Email Phone Address Assigned ToCreated At Updated AtActions
{{ $account->last_name }} {{ $account->industry }} {{ $account->email }} {{ $account->phone }} {{ $account->address }} {{ $account->assignedUser->full_name }}{{ $account->created_at ?? '-' }} {{ $account->updated_at ?? '-' }}
@method('DELETE') @csrf
@else @endif
{{ $accounts->links('pagination::bootstrap-5') }}