@extends('layouts.admin') @section('content')
@foreach ($posts as $post) @endforeach
@include('site.blog._partials.sidebar')
@endsection