@extends('layouts.admin.app') @section('title',translate('messages.language')) @push('css_or_js') @endpush @section('content')
{{translate('language_content_table')}}
{{translate('back')}}
@php($count=0) @foreach($full_data as $key=>$value) @php($count++) {{-- --}} @endforeach
{{translate('SL#')}} {{translate('key')}} {{translate('value')}} {{translate('auto_translate')}} {{translate('update')}}
{{$count}} @php($key=\App\CentralLogics\Helpers::remove_invalid_charcaters($key)) --}} {{-- --}} {{--
@if(count($full_data) !== 0)
@endif
{!! $full_data->links() !!}
@if(count($full_data) === 0)
public
{{translate('no_data_found')}}
@endif
@endsection @push('script_2') @endpush