@extends('layouts.admin') @section('page-title') {{ __('Manage Languages') }} @endsection @section('breadcrumb') @endsection @section('multiple-action-button') @if ($currantLang != (Utility::getSettingValByName('DEFAULT_LANG') ?? 'en'))
@csrf @method('DELETE')
@endif @if($currantLang != (!empty( $settings['default_language']) ? $settings['default_language'] : 'en'))
@endif @endsection @section('content')
@foreach($languages as $code => $lang) {{ucFirst($lang)}}
@endforeach
@csrf
@foreach($arrLabel as $label => $value)
@endforeach
@foreach($arrMessage as $fileName => $fileValue)
{{ucfirst($fileName)}}
@foreach($fileValue as $label => $value) @if(is_array($value)) @foreach($value as $label2 => $value2) @if(is_array($value2)) @foreach($value2 as $label3 => $value3) @if(is_array($value3)) @foreach($value3 as $label4 => $value4) @if(is_array($value4)) @foreach($value4 as $label5 => $value5)
@endforeach @else
@endif @endforeach @else
@endif @endforeach @else
@endif @endforeach @else
@endif @endforeach
@endforeach
@endsection @push('scripts') @endpush