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