Edit Case #{{ $case->id }}

Last updated {{ $case->updated_at?->diffForHumans() }}
@csrf @method('PUT') @include('cases._form', [ 'clients' => $clients, 'options' => $options, 'selected' => $case->toArray(), ])
Cancel
@push('scripts') @endpush