@extends('layouts.admin') @push('css-page') @endpush @push('script-page') @endpush @section('page-title') {{__('Language')}} @endsection @section('title')
{{__('Language')}}
@endsection @section('breadcrumb') @endsection @section('action-btn')
@if($currantLang != (!empty(env('default_language')) ? env('default_language') : 'en'))
{!! Form::open(['method' => 'DELETE', 'route' => ['lang.destroy', $currantLang]]) !!} {!! Form::close() !!}
@endif
@endsection @section('content')
@csrf
@foreach($arrLabel as $label => $value)
@endforeach
@csrf
@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