@props([
'stepShow' => $stepShow ?? true,
])
@if (trim($__env->yieldContent('template_title')))
@yield('template_title') |
@endif {{ trans('installer_messages.title') }}
@php
$link = 'resources/views/' . get_theme() . '/scss/landing-page.scss';
@endphp
@vite($link)
@yield('style')