@extends('layouts.admin') @section('body') @if($orders->count()>0)
| เลขที่ใบเสร็จ | สมาชิก | วันที่ | จำนวนงิน | TP | สถานะ TP | รอบจ่าย TP | ผู้เปิดบิล | จัดการ | ลบ | ใบเสร็จ |
|---|---|---|---|---|---|---|---|---|---|---|
| {{$order->order_id}} | {{$order->fname}} {{$order->lname}} | {{$order->date}} | {{number_format($order->price)}} | {{number_format($order->totpv)}} | @if($order->tp_status == 'Y'){{'จ่ายเรียบร้อย'}} | @else{{'รอการจ่าย'}} | @endif{{$order->tp_paydate}} | {{$order->user_name}} | ปรับราคา Demo | @if($order->price > 0) @else @endif |