@extends('layouts.master') @section('content')
@if (isset($region))
Camera List
New Camera
@endif

Camera Stream Monitoring and Analytics

Filters:

{{-- --}}
{{-- --}}
@if ($cameras) @foreach ($cameras as $index => $list) @endforeach @endif
# Camera Name Region Name Streaming URl Streaming Status Virtual Wall Action
{{ ++$index }} {{ $list['cameraname'] }} {{ $list['region']['region'] }} {{ $list['stream_url'] }} View URL @if ($list['status'] == 1) Active @else Disconnected @endif @if (isset($list['is_virtial_wall'])) @if ($list['is_virtial_wall'] == 1) {{-- --}} @else {{-- --}} @endif @else {{-- --}} @endif
Warning: Undefined variable $list in C:\xampp\htdocs\surveillance\resources\views\add\cameras_list.blade.php on line 165

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\surveillance\resources\views\add\cameras_list.blade.php on line 165
{{-- Back --}} {{-- Next --}}
@endSection