@extends('layouts.app') @section('title', 'Mis QRs - OnAPB') @section('content')
{{ $evento->nombre_evento }}
@endif{{ $evento->fecha_evento ? \Carbon\Carbon::parse($evento->fecha_evento)->format('d/m/Y') : '—' }} · {{ $evento->hora_inicio ? substr($evento->hora_inicio, 0, 5) : '' }} - {{ $evento->hora_fin ? substr($evento->hora_fin, 0, 5) : '' }} @if($evento->sede) · {{ $evento->sede }} @endif
No tenés QRs{{ $evento ? ' para este evento' : '' }}.
Ver eventos disponibles