@extends('layouts/admin') @section('content')
@foreach ($data as $key => $item) @endforeach
No SPG TANGGAL JAM Status
{{ $key + 1 }} {{ $item->name }} {{ $item->date }} {{ $item->created_at }} {{ $item->photo }}
@endsection @push('scripts') @endpush