@extends('layout') @section('title', "Добавление комментария к рицензии") @section('content') @if (session("message"))
{{ session("message") }}
@endif

Добавить Комментарий:

@csrf @include("comments.insert")
@endsection