@include('Partials.sidebar')
@include('Partials.header')

Blogs

@foreach($blogs as $index => $blog) @endforeach
@include('Partials.footer')