@extends('template') @section('head') @v('css/writings.css') @v('js/writing_show.js') @endsection @section('content')

Edit Writing

@csrf @method('PUT')
@error('title')
{{ $message }}
@enderror
@error('body')
{{ $message }}
@enderror
Cancel
@endsection