@stack('styles')
{{-- ── NAV ── --}}
{{ config('app.name') }}
request()->is('/')])>Home
request()->is('apis') || request()->is('apis/*')])>APIs
request()->is('pricing')])>Pricing
request()->is('docs')])>Docs
@auth
Dashboard
@else
Log in
Sign up
@endauth
{{-- ── PAGE CONTENT ── --}} @yield('content') {{-- ── FOOTER ── --}} @stack('scripts')