@extends ('layout') @section ('content')

{{ $post['title'] }}

{{ $post['text'] }}
Edit
@method('delete') @csrf
@foreach ($comments as $comment)
{{ $comment['text'] }}
@endforeach
@method('post') @csrf
@endsection @section ('title') create @endsection