@yield('css') @php // dd($counts); if (!Auth::check()) { header('Location: ' . route('login')); // exit(); } @endphp
{{-- --}} Promotion Mail {{ $counts['promotion'] ?? 0 }}
{{-- --}} Unread {{ $counts['countUnread'] ?? 0 }}
{{-- --}} Read {{ $counts['countRead'] ?? 0 }}
{{-- All --}} Mail {{ $counts['countAll'] ?? 0 }}
@if (Auth::check() && Auth::user()->auth_id == 0) @endif {{-- Promotion Mail (10) --}}
@yield('content')
@stack('scripts')
{{-- Loding ..... --}}
L O A D I N G