@extends('layout.base')
@section('header-title')
{{ Auth::user()->name }}
@endsection
@section('content')
@if(count($sorts))
| Ticket |
Estatus |
Creado |
|
|
|
Sin resultados
|
| [[ ticket.public_id ]] |
[[ ticket.status ]] |
[[ ticket.created_at ]] |
|
@else
Atención: En estos momentos no hay sorteos abiertos
@endif
@endsection
@section('js')
@endsection