@yield('header_styles')
{{--
@isset($notifications) @foreach($notifications as $notification)
@if($notification->senderName->pic)
@else
@endif
{{ $notification->senderName->first_name }}
shared post from
{{ $notification->subject }}
.
{{ $notification->created_at->diffForHumans() }}
New
@endforeach @endisset
View All messages
--}}
{{ __('Logout') }}
@csrf
{{--
--}} {{--
--}} {{--@if(Auth::user()->pic)--}} {{--
--}} {{--
--}} {{--@else--}} {{--
--}} {{--
--}} {{--@endif--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{----}} {{--@guest--}} {{--@else--}} {{--
--}} {{--
{{ Auth::user()->first_name }}
--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{--Profile
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--Settings
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--Lock
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--Logout
--}} {{--
--}} {{--
--}} {{--{{ csrf_field() }}--}} {{--
--}} {{--
--}} {{--@endguest--}} {{--
--}} {{--
--}}
@yield('footer_scripts')