@if(session()->has('message'))
{{ session()->get('message') }}
@endif
@php
$page=1;
if(Request::input('page'))
$page=Request::input('page');
$sort = $lists->perPage();
@endphp
@forelse($lists as $key => $list)
{{$list->name}}({{timeShow($list->storeGame->opent_time)}}) (Open)
| S.No
|
User Name
|
Bid On Motor
|
Amount
|
@if(count($list->beadonmotor)>0)
@foreach($list->beadonmotor as $key => $jodibits)
@if(count($jodibits->bedOnMotoe)>0)
| {{++$key}} |
{{$jodibits->username->name}} |
@foreach($jodibits->bedOnMotoe as $co=>$bedOnMotoes)
@if($co>0)
| {{$bedOnMotoes->bit_place}} |
{{$bedOnMotoes->amount}} |
@else
{{$bedOnMotoes->bit_place}} |
{{$bedOnMotoes->amount}} |
@endif
@endforeach
@endif
@endforeach
@endif
@empty
No Store
@endforelse
@forelse($lists as $key => $list)
{{$list->name}}({{timeShow($list->storeGame->opent_time)}}) (Close)
| S.No
|
User Name
|
Bid On Motor
|
Amount
|
@if(count($list->beadonmotorClose)>0)
@foreach($list->beadonmotorClose as $key => $jodibits)
@if(count($jodibits->bedOnMotoe)>0)
| {{++$key}} |
{{$jodibits->username->name}} |
@foreach($jodibits->bedOnMotoe as $co=>$bedOnMotoes)
@if($co>0)
| {{$bedOnMotoes->bit_place}} |
{{$bedOnMotoes->amount}} |
@else
{{$bedOnMotoes->bit_place}} |
{{$bedOnMotoes->amount}} |
@endif
@endforeach
@endif
@endforeach
@endif
@empty
No Store
@endforelse