@extends('layouts.admin-layout')
@section('title') Tabel CCTV @endsection
@push('head')
@endpush
@section('content')
Create CCTV
# |
No |
Kategori |
Nama |
Hls |
Rtsp |
Pid |
@foreach($cctvs as $cctv)
@push('fdel')
@endpush
|
{{ $loop->iteration}} |
{{ $cctv->kategori->nama }} |
{{ $cctv->nama }} |
{{ $cctv->hls }} |
{{ $cctv->rtsp }} |
{{ $cctv->pid }} |
@endforeach
Filter |
|
|
|
|
|
|
@endsection
@push('script')
@stack('fdel')
@include('partials.admin.flash-notif')
@endpush