Customers
| # | Phone# | Date | Time | Prize Won | Status | Reward Token | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $customers->firstItem() + $key }} | {{ $customer->phone_number }} | {{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $customer->created_at, 'UTC')->setTimezone('Asia/Karachi')->format('Y-m-d') }} | {{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $customer->created_at, 'UTC')->setTimezone('Asia/Karachi')->format('h:i A') }} | {{ $customer->name }} | @if($customer->is_collected=="1")Collected @else Not Collected @endif | @if($customer->is_expire=="1") Expired @else Not Expired @endif | ||||||
|
No Data Found |
||||||||||||
{!! $customers->appends(['deal_customer' => $deal_customer->currentPage()])->links() !!}
| # | Phone# | Date | Time | Prize Won | Status | Reward Token | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $not_deal_customer->firstItem() + $key }} | {{ $customer->phone_number }} | {{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $customer->created_at, 'UTC')->setTimezone('Asia/Karachi')->format('Y-m-d') }} | {{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $customer->created_at, 'UTC')->setTimezone('Asia/Karachi')->format('h:i A') }} | {{ $customer->name }} | @if($customer->is_collected=="1")Collected @else Not Collected @endif | @if($customer->is_expire=="1")Expired @else Not Expired @endif | ||||||
|
No Data Found |
||||||||||||
{!! $not_deal_customer->links() !!}
| # | Phone# | Date | Time | Prize Won | Status | Reward Token | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $deal_customer->firstItem() + $key }} | {{ $customer->phone_number }} | {{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $customer->created_at, 'UTC')->setTimezone('Asia/Karachi')->format('Y-m-d') }} | {{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $customer->created_at, 'UTC')->setTimezone('Asia/Karachi')->format('h:i A') }} | {{ $customer->name }} | @if($customer->is_collected=="1")Collected @else Not Collected @endif | @if($customer->is_expire=="1")Expired @else Not Expired @endif | ||||||
|
No Data Found |
||||||||||||
{!! $deal_customer->appends(['customers' => $customers->currentPage()])->links() !!}