@extends('layouts.master') @section('content')
| # | Camera Name | Region Name | Streaming URl | Streaming Status | Virtual Wall | Action |
|---|---|---|---|---|---|---|
| {{ ++$index }} | {{ $list['cameraname'] }} | {{ $list['region']['region'] }} | 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 |