@if(session('success'))
{{ session('success') }}
@endif
@yield('header_title', 'System Administration')
{{ auth()->user()->name }}
Platform Admin
{{ substr(auth()->user()->name, 0, 1) }}
@yield('content')