@extends('layouts.app') @section('title') {{ __('messages.post.post_details') }} @endsection @section('header_toolbar')

@yield('title')

@endsection @section('content')
@include('layouts.errors')
@include('blogs.show_fields')
@endsection