@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content')

{!! $variables['judul'] !!}

@csrf
@if ($errors->has('key')) {{ $errors->first('key') }} @endif
@if ($errors->has('value')) {{ $errors->first('value') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
Back
@endsection