@extends('layouts.admin-layout') @section('title') Tabel Kategori CCTV @endsection @push('head') @endpush @section('content')

Tabel Kategori CCTV

Create Kategori CCTV

@foreach($kategoris as $kategori) @endforeach
No Nama #
{{ $loop->iteration}} {{ $kategori->nama }} Edit
@csrf @method('DELETE')
@push('fdel') @endpush
@endsection @push('script') @stack('fdel') @include('partials.admin.flash-notif') @endpush