@extends('layouts.app') @section('content')
{{ !empty($title) ? $title : 'Comment' }}
@if ($errors->any()) @endif
{{ csrf_field() }} @include ('comments.form', [ 'comment' => $comment, ])
@endsection