@vite(['resources/css/app.css', 'resources/js/app.js']) @stack('scripts')
{{ config('app.name') }}

@yield('page-title', 'Provider Dashboard')

@php $notificationService = app(\App\Services\NotificationService::class); $notifications = $notificationService->getNotifications(); $notificationUnreadCount = count($notifications); @endphp @yield('header-actions')

{{ auth()->user()->name }}

{{ auth()->user()->email }}

Profil
@csrf
@php $pageWidth = $pageWidth ?? 'default'; $widthClasses = [ 'default' => 'max-w-7xl mx-auto px-4 sm:px-6 lg:px-8', 'wide' => 'w-full px-4 sm:px-6 lg:px-8', 'narrow' => 'max-w-4xl mx-auto px-4 sm:px-6 lg:px-8' ]; @endphp
@yield('content')
@yield('fixed-actions')
@include('components.provider-bottom-nav')
@stack('scripts')