@extends('admin.settings.setting-layout') @section('title') {{ __('translate_language') }} @endsection @section('website-settings') {{--
--}}

{{ $language->name }} - {{ __('translate_language') }}

  {{ __('back') }}
@csrf
@foreach ($translations as $key => $value) @endforeach
# {{__('english_text')}} {{__('translation_text')}} {{__('translation_all')}}
{{ $loop->iteration }} {{ ucwords(str_replace('_', ' ', $key)) }}
{{ $translations->links() }}
@endsection @section('style') @endsection @section('script') @endsection