@extends('layouts.app') @section('title', 'Semua Foto') @section('content')

Semua Foto ESP32-CAM

Kembali ke Dashboard
@if(count($photos) > 0)
@foreach($photos as $photo)
{{ $photo['name'] }}

Waktu: {{ $photo['time'] }}

Ukuran: {{ $photo['size'] }}

@endforeach
@else

Belum ada foto yang tersedia

@endif
@push('scripts') @endpush @endsection