@include('layouts.partials.notifications')
{{ collect(explode(' ', auth()->user()->name))->map(fn ($p) => mb_substr($p, 0, 1))->join('') }}
{{ auth()->user()->name }}
({{ ucfirst(auth()->user()->role) }})
@csrf
Çıkış
{{ $breadcrumb ?? 'SADECE' }}
{{ $title ?? '' }}
@isset($subtitle)
{{ $subtitle }}
@endisset
@isset($actions)
{{ $actions }}
@endisset
@if (session('status'))
{{ session('status') }}
@endif {{ $slot }}