@extends('layouts.admin') @section('header') Edit Blog Post @endsection @section('content') @include('admin.blog.form') @endsection