@extends('layouts.master') @section('content')
First Time Stream Details
General

Warning: Undefined variable $result in C:\xampp\htdocs\surveillance\resources\views\camera\statistics\index.blade.php on line 89

Warning: Attempt to read property "info" on null in C:\xampp\htdocs\surveillance\resources\views\camera\statistics\index.blade.php on line 89

Warning: Attempt to read property "streams" on null in C:\xampp\htdocs\surveillance\resources\views\camera\statistics\index.blade.php on line 89
@foreach ($streams as $index => $list)
{{ ucfirst($list->codec_type) }} Stream {{++$index}}
@endforeach
@endSection