@extends('master') @section('content')
Dina Kommentarer
@if(!$comments->isEmpty()) @foreach($comments as $comment) @endforeach
Sida Kommentar
{{$comment->title}} {{ $comment->comment }}
@else
Inga kommentarer
@endif
{!! $comments->links() !!}
@endsection