@extends('layouts.dashboard') @section('title', 'Edit Client') @section('content')
Update the client details
Deleting this client will permanently remove it from the system. @if($client->visits()->count() > 0) Cannot delete: This client has {{ $client->visits()->count() }} visits. @endif
@if($client->visits()->count() == 0) @elseDelete all visits for this client first
@endif