@extends('admin.layouts.master') @section('content')

{{ __('Translation') }} - {{ $language_data->name }}

{{ __('Auto Translate') }}
@csrf
@foreach($translation_data as $key=>$value) @endforeach
{{ __('Key') }} {{ __('Value') }}
{{ $key }}
@endsection