{{ $pageTitle }}
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
{{ $errors->first() }}
@endif @include('admin::follow-up.partials.customer-summary', ['person' => $person])
{{ $pageTitle }}
{{ $pageCaption }}
@csrf @method('PUT')