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

{{ __('Translation - Back End') }}

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