@extends('layout.master') @section('meta_title',$blog->meta_title) @section('meta_description',$blog->meta_description) @section('image',$blog->getFirstMediaUrl('blog')) @section('content')

{{$blog->blog_title}}

{{--

Share

--}}

{{$blog->blog_title}}

{{--
{!!$blog->content!!}
--}}
{!!$blog->description!!}

Share :-

Recent Posts

@if (count($recentBlogs)>0) @foreach ($recentBlogs as $item) {{-- componenet --}} {{-- end of component --}} @endforeach @else

No recent Posts found !

@endif
@endsection @section('script') @endsection