@extends('layout') @section('content')
@csrf @method('PUT') @include('posts._form')
@endsection