@extends('backend.layout.master') @section('title', __('Edit All Words')) @section('style') @endsection @section('content')

{{ __('Edit All Words') }}

{{__('All Languages')}}
@can('language-word-add') @endcan {{__('Regenerate Source Texts')}}

{{__('select any source text to translate it, then enter your translated text in textarea hit update')}}

{{__('Source Text')}}
{{__('Translation')}}
@if(empty($all_word)) @endif @foreach($all_word as $key => $value)
{{$key}}
{{$key === $value ? '' : $value}}
@endforeach
@endsection @section('script') @endsection