@php $isTestingTenant = str_contains(request()->getHost(), 'alpinetesting'); @endphp
@if($isTestingTenant)
Test System
@endif
{{ Auth::user()->name ?? 'Guest' }}
@csrf
{{--
--}}