@extends('layouts.master') @section('content')
Cameras List
@if ($cursor) @foreach ($cursor as $index => $list) @endforeach @endif
# Create At View Analytic Action
{{ ++$index }} {{ App\Helper\HelperData::convertTimeStamp($list['created_at']) }} View Frame Details View Analytics Face Detections
{{-- Back --}} {{-- Next --}}
@section('script_section') @endSection @endSection