@extends('core::base.layouts.master') @section('title') Theme Translations @endsection @section('custom_css') @include('core::base.includes.data_table.css') @endsection @section('main_content')

Theme Translations

@foreach ($lang_keys as $key => $value) @endforeach
# {{ translate('Value') }} {{ translate('Key') }} {{ translate('Language') }} {{ translate('Actions') }}
{{ $key + 1 }} {{ $value->lang_value }} {{ $value->lang_key }} English

New Language Key

@csrf
@if ($errors->has('value'))
{{ $errors->first('value') }}
@endif
@endsection @section('custom_scripts') @include('core::base.includes.data_table.script') @endsection