@extends('layout') @section('title') Posts @endsection @section('content')
@csrf
@error('user')
{{$message}}
@enderror
@error('date_publication')
{{$message}}
@enderror
@error('text')
{{$message}}
@enderror
@each("posts.post", $posts, "post")
@yield('action-button') @endsection