@extends('layouts.master') @section('title', 'StarSpin 2023') @section('content')
decor-1
decor-2
decor-3
sapporo-spin

Chúc mừng các khách hàng có tên bên dưới
đã tham gia và nhận được các giải thưởng của
chương trình "Nâng bia huyền thoại mở lối đến Sapporo"

tìm kiếm theo
@if (!$filter_name && !$filter_code) Họ và tên Mã dự thưởng @else Họ và tên Mã dự thưởng @endif
@if($win_list)
@foreach ($win_list as $code) @endforeach
Họ và tên mã quay thưởng số điện thoại giải thưởng
{{ optional(optional($code)->starSpinBill)->customer_name }} {{ $code->code }} {{ optional(optional($code)->starSpinBill)->phone }} {{ \App\Enums\GiftTypeEnum::getName($code->starSpinGift->name) }}
@if ($win_list->count() !== 0)
    @if ($win_list->previousPageUrl())
  • @endif @if($win_list->lastPage() > 1)
  • 1 @endif @if ($win_list->lastPage() <= 5) @for ($i = 2; $i <= $win_list->lastPage() - 1; $i++)
  • {{ $i }}
  • @endfor @elseif($win_list->lastPage() - $win_list->currentPage() <= 5)
  • ···
  • @for ($i = $win_list->lastPage() - 5; $i <= $win_list->lastPage() - 1; $i++)
  • {{ $i }}
  • @endfor @else @php $currentPage = $win_list->currentPage() == 1 ? $win_list->currentPage() + 1 : $win_list->currentPage(); @endphp @for ($i = $currentPage; $i <= $win_list->currentPage() + 4; $i++)
  • {{ $i }}
  • @endfor
  • ···
  • @endif @if($win_list->lastPage() > 1)
  • {{ $win_list->lastPage() }}
  • @endif @if ($win_list->nextPageUrl())
  • @endif
@endif
@endif
@stop @section('scripts') {{-- quick defined --}} @stop