@extends('layouts.master') @section('title') LT-168 :: รายงานหวยฮานอย @endsection @section('sub_title') รายงานหวยฮานอย @endsection @section('content')

รายงานหวยฮานอย

@foreach ($export as $key => $item) @endforeach
ประเภทหวย ยอดแทง ส่วนลด สุทธิ ยอดถูก รวมสุทธิ ยกเลิก
{{ lotteryName($key) }}รวม {{ nf($item['amount'], true) }} {{ nf(-$item['discount'], true) }} {{ nf($item['payment'], true) }} {{ nf($item['win'], true) }} {{ nf($item['payment']-$item['win'], true) }} {{ nf($item['cancel'], true) }}
@endsection @section('scripts') @endsection