@extends('layouts.master') @section('title') LT-99 :: รายงานล็อตเตอรี่ @endsection @section('sub_title') รายงานล็อตเตอรี่ @endsection @section('content')

รายการ

{{-- --}}
@foreach ($resultCount as $index => $item) @endforeach
ประเภทรางวัล จำนวนที่ถูก ยอดถูก
{{ $index }} {{ $item['count'] }} {{ nf($item['wonAmount'], true) }}
@endsection @section('scripts') @endsection