@extends('layouts.master') @section('content')
Face Detection Details
@foreach ($faces_list as $list) @endforeach
Frame Info Face Photo Frame Created At
@if (isset($list['info'])) View Analytics @endif {{ $list['created_at'] }}
{{-- Back --}} {{-- Next --}}
@endSection