@extends('layouts.app') @section('title', 'Clients') @section('content')

Clients

Manage your business contacts and invoices

@include('clients._table')
@endsection