@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
--}}
@include('layouts.newsletter')
@include('layouts.footer')
@endsection