@extends('front.profile.profile') @section('top-title','| '.$user['name']) @section('profile-content') @if(count($posts)>0) @include('front.memes.master-meme',['memes' => $posts]) @else