@extends('layout') @section('title') update comment @endsection @section('content')
{{$comment->post[0]->text}}
@csrf
@error('user')
{{$message}}
@enderror
@error('text')
{{$message}}
@enderror
Ранние изменения поста:
@each("moderates.moderate", $moderates, "moderate")
@yield('action-button') @endsection