@extends('layouts.app') @section('title', $post['title'] ) @section('content')
{{ $post['category']['name']}}

{{ $post ['title']}}

avatar
{{ $post['user']['name']}}
{{ $post['created_at']}}
blog-img
{!! $post['content']!!}
Tags :
@endsection