@extends('layouts.app') @section('title', 'Edit Post') @section('nav_posts', 'bg-teal-50 text-teal-700 font-semibold') @section('page_title', 'Edit Post') @section('page_subtitle', $post->title) @section('content')