@extends('layouts.admin') @section('content')
{{ __('Edit Language') }} {{ __('Back') }}
{{ __('Edit Language Form') }}
{{csrf_field()}} @include('includes.admin.form-both')
{{ __('Language') }} *
{{ __('Language Direction') }} *

{{ __('SET LANGUAGE KEYS & VALUES') }}


Main Languages
Translated Languages
@endsection @section('scripts') @endsection