@extends('layouts.main') @section('content')
@csrf @method('PATCH')
@error('memo')
{{$message}}
@enderror
@endsection