@extends('layouts.tenant')
@section('title', 'Add New Client')
@section('content')
Add New Client
Create a new client profile with contact and billing information.
Back to Clients
@if($errors->any())
Please correct the following errors:
@foreach($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection
@push('scripts')
@endpush