Edit Client: {{ $client->full_name }}
{{-- Header Section --}}

Edit Client

{{ $client->full_name }}

Back
{{-- Form Card --}}
@csrf @method('PUT') {{-- Client Form Component --}} @include('clients._form', ['client' => $client]) {{-- Form Actions --}}
Cancel
{{-- Help Text --}}

Tip: Changes to client information will be reflected in all future orders. You can add or remove vehicles at any time.