Translations for: {{ $item->title }}

@if(session('message.added')) @endif
Original Content (English)
@if(!empty($availableFields)) @foreach($availableFields as $fieldKey => $fieldLabel)
{{ ucfirst(str_replace('_', ' ', $fieldKey)) }}:
@if(in_array($fieldKey, ['description', 'meta_description']))
{{ $item->$fieldKey }}
@else
{{ $item->$fieldKey }}
@endif
@endforeach @else

No content available for this item.

@endif
Add New Translation
@csrf
Existing Translations
@foreach($item->translations as $translation) @endforeach
Language Field Translation Actions
@php $language = $languages->where('code', $translation->locale)->first(); @endphp {{ $language ? $language->name : $translation->locale }} {{ ucfirst(str_replace('_', ' ', $translation->field_name)) }}
@csrf
@if($translation->field_name === 'description' || $translation->field_name === 'meta_description') @else @endif