@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content') {!! $variables['judul'] !!} @csrf Key @if ($errors->has('key')) {{ $errors->first('key') }} @endif Value @if ($errors->has('value')) {{ $errors->first('value') }} @endif Description @if ($errors->has('description')) {{ $errors->first('description') }} @endif Save Back @endsection