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