{{ ($loop->index+1)+(($page-1)*$itemsPerPage) }}
|
{{ $result->events }}
|
{{ $result->defects }}
|
{{ $this->getDayName($result->created_at->format('l'))." - ".$result->created_at->format('d') }}
|
{{ $this->getMonthName($result->created_at->format('m')) }}
|
{{ $result->created_at->format('y') }}
|
{{ __('Ver') }}
|
@endforeach
@else