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

{{ $message }}

@enderror @yield('content')