@php use Illuminate\Support\Facades\Route; @endphp
@if (Route::has('portal.magic'))
Holds
@else
Dream Drives
@endif
@if (Route::has('admin.api-keys.index'))
API Keys
@endif @if (Route::has('admin.automations.index'))
Automations
@endif
@yield('content')