@extends('layouts.popup') @section('title') LT-99 :: รายงานเมมเบอร์ @endsection @section('sub_title') @endsection @section('customStyle') @endsection @section('content')
@foreach ($countries as $country) @endforeach
ประเภทหวย ยอดแทง ส่วนลด สุทธิ
{{ lotteryName($country->country) }} {{ nf($country->sumAmount, true) }} {{ nf(-$country->sumDiscount, true) }} {{ nf($country->sumPayment, true) }}
@endsection @section('scripts') @endsection