@extends('profilelayout') @section('content') @include('partials.profileheader') @include('partials.comlist')

Comments

@if(Auth::check())
@else
Not logged in. Please log in to view comments!
@endif @endsection