@extends('layouts.app') @section('content')
{{ csrf_field() }} {{ method_field('PATCH') }}
@if ($errors->has('post_content')) {{ $errors->first('post_content') }} @endif
@endsection