@extends('layouts.app') @section('title') Inicio @endsection @section('content')
{{ $group_deporte['deporte']['name'] }}
Inscritos: {{ $group_deporte['num_inscritos'] }}
Cantidad max: {{ $group_deporte['deporte']['num_max_players'] }}
Fecha limite: {{ \Carbon\Carbon::parse($group_deporte['deporte']->fecha_limite)->locale('es')->formatLocalized('%e de %B') }}