@extends('layouts.main-app') @section('title', 'Blogs') @section('content') @include('layouts.navbar')
Home > Blogs

{{$blog->title}}

{!! $blog->description !!}

Categories
  • {{$blog->category->category_name}}
  • {{--
  • Landscaping Services

  • Technical Services
  • --}}
Recent Posts
@include('layouts.newsletter') @include('layouts.footer') @endsection