Final Fantasy XIV
|
Home
(current)
Forum
Gallery
@guest
{{ __('Login') }}
@if (Route::has('register'))
{{ __('Register') }}
@endif @else
{{ Auth::user()->name }}
{{ __('Logout') }}
My Account
@csrf
@endguest
@yield('content')
@if (! auth()->id() == NULL )
Counts
[Member Accounts:
{{ $stats[3]}}
] [Forums:
{{ $stats[0] }}
] [Topics:
{{ $stats[1] }}
] [Comments:
{{ $stats[2]}}
] @endif