@extends('layouts.finance') @section('title', 'Add Client') @section('subtitle', 'Create a client and record the work you do for them') @section('content')

New Client

Back
@include('clients._form')
@endsection