@php($channels = app(App\Services\ContactChannels::class)->all()) {{-- Floating actions, bottom-right: the contact channels sit above the back-to-top control, matching the order visitors expect on mobile. Both are progressive: the channel list is a normal disclosure of real links, and back-to-top only appears once there is something to scroll back from, so it never occupies the tab order on a short page. --}}
@if ($channels->isNotEmpty())
{{-- Channels, revealed above the trigger. --}}
@endif