@extends('layouts.user-no-nav') @section('page_title', __("user_profile_title_label",['user' => $user->name])) @section('share_url', route('home')) @section('share_title', __("user_profile_title_label",['user' => $user->name]) . ' - ' . getSetting('site.name')) @section('share_description', $seo_description ?? getSetting('site.description')) @section('share_type', 'article') @section('share_img', $user->cover) @section('scripts') {!! Minify::javascript(array_merge([ '/js/PostsPaginator.js', '/js/CommentsPaginator.js', '/js/StreamsPaginator.js', '/js/Post.js', '/js/pages/profile.js', '/js/pages/lists.js', '/js/pages/checkout.js', '/libs/swiper/swiper-bundle.min.js', '/js/plugins/media/photoswipe.js', '/libs/photoswipe/dist/photoswipe-ui-default.min.js', '/libs/@joeattardi/emoji-button/dist/index.js', '/js/plugins/media/mediaswipe.js', '/js/plugins/media/mediaswipe-loader.js', '/js/LoginModal.js', '/js/messenger/messenger.js', ],$additionalAssets))->withFullUrl() !!} @stop @section('styles') {!! Minify::stylesheet([ '/css/pages/profile.css', '/css/pages/checkout.css', '/css/pages/lists.css', '/libs/swiper/swiper-bundle.min.css', '/libs/photoswipe/dist/photoswipe.css', '/libs/photoswipe/dist/default-skin/default-skin.css', '/css/pages/profile.css', '/css/pages/lists.css', '/css/posts/post.css' ])->withFullUrl() !!} @if(getSetting('feed.post_box_max_height')) @include('elements.feed.fixed-height-feed-posts', ['height' => getSetting('feed.post_box_max_height')]) @endif @stop @section('meta') @if(getSetting('security.recaptcha_enabled') && !Auth::check()) {!! NoCaptcha::renderJs() !!} @endif @if($activeFilter) @endif @stop @section('content')