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

{{ __('settings') }}

@endsection @section('website-settings')

{{ $language->name }} - {{ __('translate_language') }} (Total : {{ count($translations) }})

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