@extends('layouts.master') @section('content')
| # | Camera Name | Region Name | Streaming URl | Add Attendee | Date Time | Action |
|---|---|---|---|---|---|---|
| {{ ++$index }} | {{ $list['cameraname'] }} | {{ $list['region']['region'] }} | View URL | {{ \Carbon\Carbon::createFromTimestampMs($list['created_at'])->format('Y-m-d H:i:s') }} | Add Attendee |
Warning: Undefined variable $list in C:\xampp\htdocs\surveillance\resources\views\attendance\access_control.blade.php on line 142 Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\surveillance\resources\views\attendance\access_control.blade.php on line 142 |