@extends('layouts.backend.master') @section('title', 'Dynemic Text') @section('content') {{ __('Dynemic Text') }} {{ __('Name') }} {{ __('Value') }} {{ __('Action') }} @foreach ($lang as $obj => $key) {{ $obj }} {{ __('Save') }} @endforeach @endsection @push('scripts') @endpush