@extends('layouts.main') @section('page-title') {{ __('Manage Languages') }} @endsection @section('page-breadcrumb') {{ __('Languages') }} @endsection @section('page-action')
@if ($lang != 'en')
status == 1 ? 'checked' : '' }}>
@endif @if ($lang != (\Auth::user()->lang ?? 'en')) {{ Form::open(['route' => ['lang.destroy', $lang], 'class' => 'm-0']) }} @method('DELETE') {{ Form::close() }} @endif
@endsection @section('content') @php $modules = getshowModuleList(); $module = Module_Alias_Name($module); @endphp
@if ($module == 'general' || $module == '') @endif
@csrf
@foreach ($arrLabel as $label => $value)
@endforeach
@if ($module == 'general' || $module == '')
@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
@endif
@endsection @push('scripts') @endpush