@extends('layouts.master') @section('title') LT-168 :: จัดการโพย @endsection @section('sub_title') จัดการโพย @endsection @section('content')

รายการโพย

@php $i = 0; @endphp @foreach ($billRecords as $bill) @php $i++; @endphp @endforeach
# เลขโพย ยอดแทง ส่วนลด สุทธิ ดำเนินการ
{{ $i }} {{ $bill['bill_id'] }} {{ number_format($bill['amount'],2) }} THB {{ number_format($bill['discount'], 2) }} THB {{ number_format($bill['payment'], 2) }} THB
@endsection @section('scripts') @endsection