@extends("frond.template.user_layout") @section('content')
Clear
@foreach ($list as $role) is_winner==1) style="background-color: #f6d57e;" @endif > @endforeach
# Ticket Number Draw Date Draw Type Is Winner Created on
{{ $loop->index + 1 + ($list->perPage() * ($list->currentPage() - 1)) }} {{ $role->ticket_number }} {{ $role->drow_date }} {{ $role->product_type }} {!!($role->is_winner==1)?'':'NA'!!} {{ web_date_in_timezone($role->created_at) }}
{!! $list->appends(request()->all())->links('admin.template.pagination') !!}
@stop @section('script') @stop