@extends('layouts.admin') @section('content')
{{ csrf_field() }} @include('includes.admin.form-both')

@lang('Language') *

{{ $data->language }}

@lang('Locale') *

{{ $data->locale }}

@lang('Language Direction') *

{{ $data->rtl == '0' ? __('Left To Right') : __('Right To Left') }}

{{-- FIELDS STARTS --}}

@lang('Translations')


@foreach ($langEdit as $key => $translation) @php if (is_numeric($key)): continue; endif; @endphp @endforeach
@lang('Original') @lang('Translation')
{{ $key }} {{ !is_numeric($translation) ? $translation : '' }}
@endsection @section('scripts') {{-- DATA TABLE --}} {{-- DATA TABLE --}} @endsection