@extends('layouts.frontend') @section('content')
{{ trans('global.create') }} {{ trans('cruds.pronunciationGuide.title_singular') }}
@method('POST') @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