@extends('layouts.tabler') @section('content')
No. | Invoice No. | Customer | Date | Payment | Pay | Due | Action |
---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $order->invoice_no }} | {{ $order->customer->name }} | {{ $order->order_date->format('d-m-Y') }} | {{ $order->payment_type }} | {{ Number::currency($order->pay, 'EUR') }} | {{ Number::currency($order->due, 'EUR') }} |
|