@extends('admin.layouts.main-layout') @section('content')

Bead On Motors

@if(session()->has('message'))
{{ session()->get('message') }}
@endif
Reset
@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)

@if(count($list->beadonmotor)>0) @foreach($list->beadonmotor as $key => $jodibits) @if(count($jodibits->bedOnMotoe)>0) @foreach($jodibits->bedOnMotoe as $co=>$bedOnMotoes) @if($co>0) @else @endif @endforeach @endif @endforeach @endif
S.No User Name Bid On Motor Amount
{{++$key}} {{$jodibits->username->name}}
{{$bedOnMotoes->bit_place}} {{$bedOnMotoes->amount}}
{{$bedOnMotoes->bit_place}} {{$bedOnMotoes->amount}}
@empty

No Store

@endforelse @forelse($lists as $key => $list)

{{$list->name}}({{timeShow($list->storeGame->opent_time)}}) (Close)

@if(count($list->beadonmotorClose)>0) @foreach($list->beadonmotorClose as $key => $jodibits) @if(count($jodibits->bedOnMotoe)>0) @foreach($jodibits->bedOnMotoe as $co=>$bedOnMotoes) @if($co>0) @else @endif @endforeach @endif @endforeach @endif
S.No User Name Bid On Motor Amount
{{++$key}} {{$jodibits->username->name}}
{{$bedOnMotoes->bit_place}} {{$bedOnMotoes->amount}}
{{$bedOnMotoes->bit_place}} {{$bedOnMotoes->amount}}
@empty

No Store

@endforelse
@endsection @section('js-content') @endsection