@extends('layouts.admin-layout') @section('title') Create Kategori CCTV @endsection @section('content')
Form Create Kategori CCTV
Kategori CCTV
Create
@csrf
Nama
@error('nama')
{{ $message }}
@enderror
Status
Submit
Cancel
@endsection