@extends('layouts.vendor') @section('content')
Invoice Number | Total Qty | Total Cost | Payment Method | Actions |
---|---|---|---|---|
{{sprintf("%'.08d", $order->order->id)}} | {{$qty}} | {{$order->order->currency_sign}}{{round($price * $order->order->currency_value, 2)}} | {{$order->order->method}} |