@extends('layouts.app') @section('content')
{{ csrf_field() }} {{ method_field('PATCH') }}
@if ($errors->has('comment_content')) {{ $errors->first('comment_content') }} @endif
@endsection