@extends('layout.base') @section('header-title') {{ Auth::user()->name }} @endsection @section('content') @if(count($sorts))

[[ animal.name ]] [[ animal.number ]] [[ animal.name ]]

[[ animal.name ]] [[ animal.number ]] [[ animal.name ]]

[[ printIfHasList() ]]
@foreach($sorts as $sort) @if(count($sort))

Cierre aproximado: [[ hours >= 10 ? hours : '0' + hours ]]:[[ minutes >= 10 ? minutes : '0' + minutes ]]:[[ seconds >= 10 ? seconds : '0' + seconds ]]

@foreach($sort as $dailySort)
id === $sort[0]->id) ng-init="data.sorts[{{ $dailySort->id }}]=true" id="nextSortCheck" @else ng-init="data.sorts[{{ $dailySort->id }}]=false" @endif ng-change="getTotal()" onkeydown="return (event.keyCode !== 13)" onkeypress="return (event.keyCode !== 13)" onkeyup="return (event.keyCode !== 13)"> {{ $dailySort->timeSortFormat() }}
@endforeach
@endif @endforeach {{ csrf_field() }}

Cantidad: [[ data.animalsTicket.length ]]

Total: [[ total ]] Bsf

[[ animal.name ]] [[ animal.number + ' - ' + animal.name ]] Limite: [[ animal.limit ]] Este valor es requerido
Cargando..
@else
Atención: En estos momentos no hay sorteos abiertos
@endif @endsection @section('js') @endsection