{{-- $role, $label, $signedAt, $canSign --}}
{{ $label }}
@if($signedAt)
{{ __('Signed :date', ['date' => $signedAt->format('M j, Y g:i A')]) }}
@elseif($canSign)
@csrf @method('PUT')
@error('signature')
{{ $message }}
@enderror
{{ __('Swap this for your existing signature-pad component if you have one - the field just needs to end up as a string.') }} @else
{{ __('Awaiting signature') }}
@endif