@extends('web.layouts.main') @section('content') @if($banner && $banner->banner!=NULL)
banner_meta_tag!!}>

Blog

@endif

{{$blog->title}}

@if($blog->image!=NULL) image_meta_tag!!}> @endif
{{ date("M d Y", strtotime($blog->posted_date)) }}
@if($blog->description!=NULL)
{!!$blog->description!!}
@endif
@if($recentBlogs->isNotEmpty()) @endif
@endsection