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

Mtrfs

เพิ่มรายการ

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