@extends('layouts.master') @section('content')
Face Detection List
@if ($result) @foreach ($result as $index => $list)
Warning: Undefined variable $list in C:\xampp\htdocs\surveillance\resources\views\stream\faces_list.blade.php on line 23

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\surveillance\resources\views\stream\faces_list.blade.php on line 23
@endforeach @endif
# View Age Range Gender Created At Emotions
{{ ++$index }} View Frame View Face
Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\surveillance\resources\views\stream\faces_list.blade.php on line 43

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\surveillance\resources\views\stream\faces_list.blade.php on line 44

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\surveillance\resources\views\stream\faces_list.blade.php on line 44
-

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\surveillance\resources\views\stream\faces_list.blade.php on line 50

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\surveillance\resources\views\stream\faces_list.blade.php on line 51

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\surveillance\resources\views\stream\faces_list.blade.php on line 51
=>0%
{{ App\Helper\HelperData::convertTimeStamp($list['created_at']) }}
Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\surveillance\resources\views\stream\faces_list.blade.php on line 58

Warning: foreach() argument must be of type array|object, null given in C:\xampp\htdocs\surveillance\resources\views\stream\faces_list.blade.php on line 59
{{-- Back --}} {{-- Next --}}
@section('script_section') @endSection @endSection