@extends('layouts.adminpages') @section('content')
| Nombre | Tipo | Fechas | Puntos | Roles | Estado | Participaciones | Opciones |
|---|---|---|---|---|---|---|---|
| {{ $item->name }} | {{ $item->type }} |
{{ \Carbon\Carbon::parse($item->start_date)->format('d/m/Y') }} a {{ \Carbon\Carbon::parse($item->end_date)->format('d/m/Y') }} |
{{ $item->points_high_correct }} @if($item->points_medium_correct) - {{ $item->points_medium_correct }} @endif @if($item->points_under_correct) - {{ $item->points_under_correct }} @endif | {!! $item->role_names !!} |
{{ $item->status == 0 ? 'Inactiva' : 'Activa' }}
|
{{ $item->participants_count }} |