@extends('layouts.frontend') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.pronunciationGuide.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('letter'))
{{ $errors->first('letter') }}
@endif {{ trans('cruds.pronunciationGuide.fields.letter_helper') }}
@if($errors->has('text'))
{{ $errors->first('text') }}
@endif {{ trans('cruds.pronunciationGuide.fields.text_helper') }}
@endsection