@extends('layouts.front.front') @section('title', 'Blog Details | Apsys Network') {{-- main content --}} @section('content')

{{$blog->title}}

blog-image
{{$blog->created_at->format('d, M y')}}
{!! html_entity_decode($blog->description) !!}

Recent Posts

@if($blog->tags->isNotEmpty())

Tag Posts

@endif
@endsection