@isset($client) @method('PUT') @endisset @csrf
@php if (isset($client)) { $model = $client; } else { $model = new \App\Models\Client(); } @endphp