@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content') {!! $variables['judul'] !!} @csrf Nama @if ($errors->has('name')) {{ $errors->first('name') }} @endif Deskripsi {{ old('description', $data->description ?? '') }} @if ($errors->has('description')) {{ $errors->first('description') }} @endif Simpan Kembali @endsection