{{-- Page Title --}}
@yield('title', 'Concord CRM - Installation')
{{-- Font family --}}
@if (file_exists(public_path('logo.png')))
@endif
@if (!isset($withSteps) || (isset($withSteps) && $withSteps !== false)) @include('installer.menu') @endif @error('general')
{{ $message }}
@enderror @yield('content')