@if ($compact) @else {{ __('Edit Call') }} @endif @if ($showModal) {{ trans_with_platform('Edit @PLATFORM_NAME@ call') }}
{{-- Tag picker (dedicated component) --}} @error('tagId')

{{ $message }}

@enderror {{-- Content --}} @php $contentMax = timebank_config('calls.content_max_input', 200); @endphp
@error('content')

{{ $message }}

@enderror
{{-- Location --}}
@error('country')

{{ $message }}

@enderror
{{-- Expiry date --}}
@php $tillMinDate = now()->addDay()->format('Y-m-d'); $callableType = $call->callable_type ?? session('activeProfileType'); $tillMaxDays = ($callableType && $callableType !== \App\Models\User::class) ? timebank_config('calls.till_max_days_non_user') : timebank_config('calls.till_max_days'); $tillMaxDate = $tillMaxDays !== null ? now()->addDays($tillMaxDays)->format('Y-m-d') : null; @endphp
@error('till')

{{ $message }}

@enderror
{{-- Visibility --}}
@if ($isPublic)

{{ str_replace(':username', $profileName, __('This exposes your username (:username), your profile photo and your profile and work locations!')) }}

@endif
{{ __('Delete') }}
{{ __('Cancel') }} {{ __('Save') }}
@endif {{-- Delete confirmation modal --}} {{ __('Delete Call') }}

{{ __('Are you sure you want to delete this call? You can undelete this call later.') }}

{{ __('Cancel') }} {{ __('Yes, delete') }}