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

Tabel CCTV

Create CCTV

@foreach($cctvs as $cctv) @endforeach
# No Kategori Nama Hls Rtsp Pid
@csrf @method('DELETE')
@push('fdel') @endpush
{{ $loop->iteration}} {{ $cctv->kategori->nama }} {{ $cctv->nama }} {{ $cctv->hls }} {{ $cctv->rtsp }} {{ $cctv->pid }}
Filter
@endsection @push('script') @stack('fdel') @include('partials.admin.flash-notif') @endpush