{{ translate('Adit attribute') }}

{!! Form::open(['method' => 'patch', 'action' => ['Admin\AttributeController@update', $Attribute->id], 'files' => true]) !!}
{!! Form::text('title', $Attribute->getTranslation('title'), ['class' => 'form-control', 'placeholder' => translate('Title')]) !!}
@error('title')
{{ $message }}
@enderror
{!! Form::Close() !!}