{{ __('users.signature.setup_title') }}

{{ __('users.signature.setup_description') }}

{{-- Signature Type Toggle --}}
@if($signatureType === 'draw') {{-- Draw Signature --}}
{{-- Canvas Container - Always white background for signature --}}
{{-- Toolbar --}}
{{-- Canvas - Always white background for signature visibility --}} {{-- Signature Line - Always visible on white background --}}
{{-- Placeholder - Always visible on white background --}}

{{ __('users.signature.draw_here') }}

{{-- Drawing indicator --}}
{{ __('users.signature.keep_drawing') ?? 'يمكنك متابعة الرسم...' }}
@else {{-- Upload Signature --}}
@if($signature && $signatureType === 'upload')
@endif
@endif {{-- Preview Section --}} @if($signature)
{{ __('users.signature.preview') }} {{ __('users.signature.ready') }}
Signature Preview
@endif {{-- Actions --}}
@if(auth()->user()->hasSignature()) {{ __('common.actions.cancel') }} @endif {{ __('users.signature.save') }}
@push('scripts') @endpush