@php $isLocal = request()->getHost() === 'localhost' || request()->getHost() === '127.0.0.1'; $isLocal = app()->environment('local'); @endphp