@extends('layouts.master')
@section('title', __('Shopee Inv') .' '. __('Information'))
@section('css')
@endsection
@section('content')
| No | {{__('Shopee Inv Number')}} | {{__('Order SN')}} | {{__('Document Date')}} | {{__('Buyer')}} | {{__('Item')}} | Qty | {{__('Price')}} | Nominal |
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $row->shopee_invoice_number }} | {{ $row->order_sn }} | {{ date('d M Y H:i', $row->create_time) }} | {{ $row->buyer_username }} | {{ $row->item_full_name }} | {{ $row->qty }} | {{ number_format($row->price, 2) }} | {{ number_format($row->nominal, 2) }} |
| No | {{__('Shopee Inv Number')}} | {{__('Order SN')}} | {{__('Document Date')}} | {{__('Buyer')}} | {{__('Item')}} | Qty | {{__('Price')}} | Nominal |