@extends ('layout') @section ('content') New Post
@foreach ($posts as $post)

{{ $post['title'] }}

{{ $post['text'] }}
{{ $post['commentCount'] }}
@foreach($post['tags'] as $tag) {{$tag['tag']}} @endforeach
@endforeach
@endsection @section ('title') create @endsection