@extends('layouts.admin-layout') @section('title') Create Kategori CCTV @endsection @section('content')

Form Create Kategori CCTV

@csrf
@error('nama')
{{ $message }}
@enderror
    Cancel
@endsection