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