@extends('layouts.admin') @section('buttons') @can('update', $record) @endcan @can('delete', $record) @endcan @can('back', $record) Back @endcan @endsection @section('content')
@csrf
@csrf
{{ $config['page_name'] }}
@row([ 'type' => 'editor', 'field' => 'description', 'has_language' => true, ]) @row([ 'type' => 'textinput', 'field' => 'string_key', 'remark' => 'lang(\'' . $record->string_key . '\')' ])
@include('admin.base.footer')
@endsection @section('js') @endsection