@extends('adminlte::page') @section('content') @section('content_header', __('admin.edit_translation'))
@if(count($errors) > 0)
@foreach($errors->all() as $error)

{{$error}}

@endforeach
@endif @if(Session::has('success'))

{{ Session::get('success') }}

@endif
@csrf @method('PUT')
code == 'en')readonly @endif/>
code == 'en')readonly @endif/>
@csrf @method('PUT')
@foreach($translation_frontend_org as $key => $item) @if ($loop->first) @continue @endif
@endforeach
@csrf @method('PUT')
@foreach($translation_admin_org as $key => $item) @if ($loop->first) @continue @endif
@endforeach
@endsection