@extends('layouts.master') @section('content') {{--
Regions List
@if ($result) @foreach ($result as $index => $list) @endforeach @endif
# Region Name Created At Action
{{ ++$index }} {{ $list['region'] }} {{ $list['created_at'] }} Cameras List Add New Camera
--}}

Regions List

@foreach ($result as $index => $list) @endforeach
# Region Name Created At Action
{{ $loop->iteration }} {{ $list['region'] }} {{ $list['created_at'] }} Cameras List Add New Camera
# Region Name Created At Action
@endSection