@stack('styles')
@auth
3
Notifications
New Family Member
John Doe joined your family
2m
Invoice Due
Payment due in 3 days
1h
Welcome!
Thanks for joining TAKEONE
2d
View All Notifications
@endauth @guest @if (Route::has('login'))
{{ __('Login') }}
@endif @if (Route::has('register'))
{{ __('Register') }}
@endif @else
@if(Auth::user()->profile_picture)
@else
{{ strtoupper(substr(Auth::user()->full_name, 0, 1)) }}
@endif {{ Auth::user()->full_name }}
Family
Invoices
{{ __('Logout') }}
@csrf
@endguest
@yield('content')
@stack('scripts')