@extends('layouts.main') @section('title', 'All Clients') @section('content')
| Client | Phone | Total Projects | Actions | |
|---|---|---|---|---|
|
{{ $client->name }}
|
{{ $client->email }} | {{ $client->phone ?? 'N/A' }} | {{ $client->projects->count() }} | Edit |
| No clients found. | ||||