@extends('layouts.admin') @section('body') @if($orders->count()>0)

Order Demo Panel

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