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

Single Digit Summary List

@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) @foreach($list->SingleDigitBit as $key=>$SingleDigitBit) @if($key==0) @else @endif @endforeach @empty @endforelse
# Store Name Open Time Bit Place Total Amount
{{ $sort*($page-1)+($key+1) }} {{$list->store->name}} {{$list->open_time}} {{$SingleDigitBit->bit_place}} {{$SingleDigitBit->amount}}
{{$SingleDigitBit->bit_place}} {{$SingleDigitBit->amount}}
Grand Amt {{$list->amount}}
Record not found
Showing {{$lists->firstItem()}} to {{$lists->lastItem()}} of {{$lists->total()}}
{!! $lists->appends(request()->input())->links() !!}
@endsection @section('js-content') @endsections