@if(!empty($settings['favicon'])) @endif @stack('styles') @php $anggotaAuth = Auth::guard('anggota')->user(); $namaAnggota = $anggotaAuth?->nama ?? 'Anggota'; $initial = strtoupper(substr($namaAnggota, 0, 1)); @endphp
@if(!empty($settings['logo'])) Logo @else @endif {{ $settings['nama_aplikasi'] ?? 'Koperasi' }}
{{ $namaAnggota }}

@yield('title')

@hasSection('subtitle')
@yield('subtitle')
@endif
@if($anggotaAuth) {{ ucfirst($anggotaAuth->status) }} @endif
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @yield('content')
@stack('scripts')