@extends('admin.layouts.app') @section('title', 'Edit Dictionary Entry') @section('page-title', 'Edit Dictionary Entry') @section('page-title-jp', '辞書エントリを編集') @section('content')
@csrf @method('PUT')
@error('word') {{ $message }} @enderror
@error('reading') {{ $message }} @enderror
Definition and usage examples @error('meaning') {{ $message }} @enderror
@error('part_of_speech') {{ $message }} @enderror
Cancel
@endsection