@php $systemSetting = \App\Models\SystemSetting::first(); @endphp {{ config('app.name', 'Laravel') }} @vite(['resources/css/app.css', 'resources/js/app.js'])
@if (!empty($systemSetting->logo)) Logo @else @endif
{{ $slot }}