@extends('layouts.backend.master') @section('title', 'Dynemic Text') @section('content')

{{ __('Dynemic Text') }}

@foreach ($lang as $obj => $key) @endforeach
{{ __('Name') }} {{ __('Value') }} {{ __('Action') }}
{{ $obj }}
@endsection @push('scripts') @endpush