@extends('layouts.admin') @section('title', 'Buat Kategori Simper') @section('content')

Buat Kategori Simper

Kembali
@csrf {{-- NAME + DESCRIPTION --}}
@error('name')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
{{-- ACTION --}}
Batal
@endsection