All Results

{{ $dataResults->links('pagination-links2') }}

All Results

@if($dataResults->isEmpty() && $keyword !== null)
No results found for "{{ $keyword }}".
@endif @foreach ($dataResults as $result)
{{ Str::substr($result->day, 0, 3) }}, {{ \Carbon\Carbon::parse($result->date)->format('j-m-Y') }}
{{ Str::substr($result->p_1st, 0, 1) }} {{ Str::substr($result->p_1st, 1, 1) }} {{ Str::substr($result->p_1st, 2, 1) }} {{ Str::substr($result->p_1st, 3, 1) }}
@endforeach
{{ $dataResults->links('pagination-links2') }}
@php $endTime = strtotime($miscdata->timer_end); $end = date('M d, Y H:i:s', $endTime); @endphp