@extends('frontend.layouts.layout') @section('blog-active', 'active') @section('container') @section('seo') {{$blog->meta_title}} @endsection
{{--

Category:  {{$blog->name}}

--}}

{{$blog->title}}

{{ \Carbon\Carbon::parse($blog->created_at)->format('M d, Y')}}
{{$blog->views}} Views
{{--
7 Min Read
--}}

{!! $blog->descr !!}
@if (isset($prev_blog)) Previous Blog @endif @if (isset($next_blog)) Next Blog @endif
Search
@csrf
Categories
Happy Clients
Countries Served
Years of Trust
@endsection