@yield('css')
{{ config('app.name', 'LOLWHOA') }}
@csrf
{{--
--}}
@guest
Login
Register
@else
@if(count(@notifyCount()) > 0)
{{count(@notifyCount())}}
@endif
Recent Notifications
@include('front.notifications.unseen_Notifications') {{--@include('front.notifications.seenNotification')--}} {{-- @if($notificationsCount ==0)
You've got no notifications
@endif--}}
See All
@if(Auth::user()->avatar == null)
{{ Auth::user()->name }} @else
{{ Auth::user()->name }} @endif
Profile
Settings
{{ __('Logout') }}
@csrf
Night Mode
Post a meme
@endguest
@foreach(@categories() as $c)
{{ucwords($c->name)}}
@endforeach
Recent
@include('front.memes.recent')
@yield('content')
Trending
@include('front.memes.trending')
{{--
×
Post a meme
Choose how you want to upload your meme
--}} @include('front.login') @include('front.register') @include('front.Post-a-meme')
{{----}}
{{----}} @yield('js')