@extends('panel.layouts.content.app')
@section('content')
Desafíos
Nombre |
Estado |
Fecha de publicación |
Opciones |
@forelse ($challenges as $challenge)
{{ $challenge->name }} |
{{ $challenge->translated_status }} |
{{ $challenge->published_at?->format('Y-m-d H:i:s') }} |
|
@empty
No hay desafíos para mostrar |
@endforelse
@endsection