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

{{ __('Language Settings') }}

@csrf @foreach ($listwords as $listwordsValues) @endforeach
{{ __('Default Text') }} {{ __('Language Text') }}
{{$listwordsValues->source_key}}
@endsection