@php $__sn = \App\Models\SystemSetting::get('site_name', config('app.name', 'MailTrixy')); $__logoL = \App\Models\SystemSetting::get('logo_light'); $__logoD = \App\Models\SystemSetting::get('logo_dark'); $__hasLogo = $__logoL || $__logoD; @endphp
Let's set up your workspace in a few simple steps.
{{ config('app.name') }} Setup Wizard