@extends('front.profile.profile') @section('profile-content') @if(count($home)>0) @include('front.memes.master-meme',['memes' => $home]) @else
See new posts
@endif @endsection