@if (!alreadyInstalled()) @if (indexFile() == true) @else @if (env('ASSET_URL') !== null) @else @endif @endif @else @endif
@yield('content') @if (!alreadyInstalled()) @php $prefix = indexFile() || env('ASSET_URL') !== null ? '' : 'public/'; @endphp @else @php $prefix = ''; @endphp @endif @if (request()->is('/')) @endif @if (request()->is('install/final')) @endif