@extends('admin::layout.default') @section('content') @include('admin::pages.settings.meta.heading') @if (!empty($msg_success)) {
{{$msg_success}}
@endif
{{ trans('admin.LIST') }}
@if (isset($table)) @foreach($table as $row) @endforeach @endif
{{ trans('admin.OPTIONS') }} {{ trans('admin.KEYCODE') }} {{ trans('admin.TRANSLATION') }} {{ trans('admin.LANGUAGE') }}
Edit {{$row->keycode}} {{$lang->{$default_language} or null}} @foreach($lang as $key => $row) @endforeach

{{$table->links()}}
@endsection