@extends('layouts.admin_layout') @section('content') Edit Blog Post Go to website View → Edit Blog Post @csrf Author Name Author Title Views Featured Image Blog Title Content {!! $blog->content !!} Update Blog @endsection