@vite(['resources/css/app.css', 'resources/js/app.js'])

{{ $title ?? 'Dashboard' }}

Akun Anda

{{ auth()->user()->name ?? 'Admin' }}

Dashboard Profil Desa
{{ $slot }}
@php $chat_settings = \App\Models\Setting::whereIn('key', ['tawk_property_id', 'tawk_widget_id'])->pluck('value', 'key'); $chat_property_id = $chat_settings['tawk_property_id'] ?? null; $chat_widget_id = $chat_settings['tawk_widget_id'] ?? null; @endphp @if(!empty($chat_property_id) && !empty($chat_widget_id)) @endif