@extends('translation::layout') @section('page-header')

{{ __('translation::translation.translations') }}

{{-- @include('translation::forms.search', ['name' => 'filter', 'value' => Request::get('filter')])--}} {{-- @include('translation::forms.select', ['name' => 'language', 'items' => $languages, 'submit' => true, 'selected' => $language])--}}
@include('translation::forms.select', ['name' => 'group', 'items' => $groups, 'submit' => true, 'selected' => Request::get('group'), 'optional' => true]) @can('add_word_translate') {{ __('translation::translation.add') }} @endcan
@endsection @section('body')
{{--
{{ __('translation::translation.translations') }}
--}}{{-- @include('translation::forms.search', ['name' => 'filter', 'value' => Request::get('filter')])--}}{{-- --}}{{-- @include('translation::forms.select', ['name' => 'language', 'items' => $languages, 'submit' => true, 'selected' => $language])--}}{{--
@include('translation::forms.select', ['name' => 'group', 'items' => $groups, 'submit' => true, 'selected' => Request::get('group'), 'optional' => true]) @can('add_word_translate') {{ __('translation::translation.add') }} @endcan
--}} @if(count($translations))

{{trans('viewdata.Car Details')}}

@foreach($translations as $type => $items) @foreach($items as $group => $translations) @foreach($translations as $key => $value) @if(!is_array($value[config('app.locale')])) @endif @endforeach @endforeach @endforeach
{{ __('translation::translation.group_single') }} {{ __('translation::translation.key') }} {{ config('app.locale') }} {{ $language }}
{{ $group }} {{ $key }} {{ $value[config('app.locale')] }}
@endif {{--
--}}
@endsection @section('js') @endsection