@extends('admin.layouts.app') @section('title', 'Daftar Challenge') @section('content')

DAFTAR CHALLENGE

{{-- Alert --}} @if(session('success'))
{{ session('success') }}
@endif @forelse($challenges as $index => $challenge) @empty @endforelse
No Judul Challenge EXP Tenggat Aksi
{{ $loop->iteration }} {{ $challenge->judul_challenge }} {{ $challenge->exp }} {{ \Carbon\Carbon::parse($challenge->tenggat_waktu)->format('d M Y H:i') }}
@csrf @method('DELETE')
Belum ada challenge
{{-- MODAL TAMBAH --}} {{-- MODAL EDIT --}} @endsection