@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content') {!! $variables['judul'] !!} @csrf Kunci @if ($errors->has('key')) {{ $errors->first('key') }} @endif Nilai @if ($errors->has('value')) {{ $errors->first('value') }} @endif Deskripsi @if ($errors->has('description')) {{ $errors->first('description') }} @endif Simpan Kembali @endsection