@if ($video && $video->status === 'ready')
{{ __('Video introduction') }}
@elseif ($video && $video->status === 'processing' && ($isOwnProfile ?? false))
{{-- Only the owner sees the processing notice; visitors see nothing --}}
{{ __('Your video introduction is still being processed.') }}
@endif