@stack('styles')
FTPTN ADMIN
State Council • TN
Core Management
Dashboard
All Applications
Live
@php $unreadMsgCount = \App\Models\ContactSubmission::where('is_read', false)->count(); @endphp
Contact Messages
@if($unreadMsgCount > 0)
{{ $unreadMsgCount }} New
@endif
Data & Reporting
Export to CSV
{{ strtoupper(substr(Auth::user()->name ?? 'A', 0, 1)) }}
{{ Auth::user()->name ?? 'Administrator' }}
Staff • Active
@csrf
Sign Out
FTPTN Portal v2.4
Secure
@yield('header_title', 'Dashboard Overview')
Live Data
Federation of Tax Practitioner's Tamilnadu
{{ Auth::user()->name ?? 'Admin' }}
Signed in as
{{ Auth::user()->email ?? 'admin@ftptn.org' }}
Applications
Contact Messages
@csrf
Sign Out
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @yield('content')
@stack('scripts')