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

BLOGS

Home-> Blogs

Blogs

{{$blogs->title}}

{!!$blogs->description!!}
@foreach ($other_blogs->shuffle()->take(2) as $other_blog)
@endforeach

CATEGORIES

@foreach ($categories as $category)
@endforeach
@include('layouts.enforce_section') @include('layouts.practice_area_section') @include('layouts.footer') @endsection