@php $translation = $attribute_translation->translation ?? null; @endphp {{ Form::hidden('lang', $selected_language) }}

{{ $attribute->hasTranslation($selected_language) ? trans('app.update_model_translation', ['model' => trans('app.model.attribute')]) : trans('app.add_model_translation', ['model' => trans('app.model.attribute')]) }} | {{ trans('app.name') . ':' }} {{ $attribute->name }}

{{-- box header --}}
{{ Form::text('name', $translation['name'] ?? null, ['id' => 'name', 'class' => 'form-control', 'placeholder' => trans('app.placeholder.title')]) }}