@extends('layouts.admin') @section('title') Absensi Harian @endsection @section('customStyle') @endsection @section('content')
Total Produk
{{ $participant->products()->count() }}
Data Produk
{{-- Tambah Peserta --}}

{{ $participant->name }}

{{--
@csrf @method('put')
--}}
@php $i = 0; @endphp @if ($participant->products->isNotEmpty()) @foreach ($participant->products as $product) @php $i++; @endphp @endforeach @else @endif
No Nama Produk Gambar Produk Kategori Aksi
{{ $i }} {{ $product->name }} {{ $product->category }} {{--
@csrf @method('patch')
--}}
@csrf @method('delete')
Data Tidak Ada
@endsection @section('script') @endsection