@php $pusherConnection = config('broadcasting.connections.pusher', []); $pusherKey = data_get($pusherConnection, 'key'); $webPushPublicKey = config('webpush.vapid.public_key'); @endphp @auth @if($pusherKey) @endif @endauth