@extends('front.axies.master') @section('body')
{{ __('Home') }}   {{ __('Blog') }}  
{{ \Str::limit($post->name, 60) }}
cover}") }}');">
{{ $post->name }}
{{ $post->short_description }}
{{ $post->created_at->format('j M, Y') }}
{!! $post->content !!}
@foreach($related_posts as $related_post) @endforeach
@endsection