@extends('layouts.app') @section('title', 'VMS | ' . \App\CPU\translate('Dashboard')) @push('css_or_js') @endpush @section('content')
| Customer Name | KBD Amount |
|---|---|
| {{ $tencustomers['CUSTOMER_NAME'] }} | {{ number_format($tencustomers['KBD_AMOUNT'], 0) }} |
| Item Name | Item Code | KBD Amount |
|---|---|---|
| {{ $tenitems['ITEM_NAME_E'] }} | {{ $tenitems['ITEM_NO'] }} | {{ number_format($tenitems['KBD_AMOUNT']) }} |