@extends('layouts.app') @section('title', 'Edit Post') @section('content')

Edit Post

@csrf @method('PUT')
@endsection