@extends('admin.layout') @section('content')
Edit blog post
@method('PUT') @include('admin.blog_posts.form', ['post' => $post])
@endsection