php artisan serve cd ta20v/blog/
xkcd.com?
@extends('layouts.app') @section('content')
@method('PUT')
@csrf
@endsection
Content
<textarea
class="form-control @error('body') is-invalid @enderror"
id="body"
rows="12"
name="body">{{old('body') ?? $post->body}}</textarea>
@error('body')
{{$message}}
@enderror