@extends('layouts.admin') @section('content')
| Agent Name : | {{ $agent_name }} | |||||
|---|---|---|---|---|---|---|
| Issue Date | Due Date | Tax | Discount | Remark | Amount (RM) | |
| {{ $transaction->issue_date }} | {{ $transaction->due_date }} | {{ number_format((float)$transaction->tax, 2, '.', '') }} | {{ number_format((float)$transaction->discount, 2, '.', '') }} | {{ $transaction->remark }} | {{ number_format((float)$transaction->subtotal_amount, 2, '.', '') }} | |
| Total Amount : | {{ number_format((float)$transaction->subtotal_amount, 2, '.', '') }} | |||||
| # | Customer Name | Total Amount (RM) | ||||
| {{ $key + 1 }} | {{ $data->name }} | {{ $data->amount }} |
There is no any data currently. |
@endforelse
|||
There is no any data currently.
@endisset {{-- @if ($reportData)| No. | Merchandiser Name | Date Visited | Number of merchant visited | ||||||
|---|---|---|---|---|---|---|---|---|---|
| {{ $mainKey + 1 }} | {{ $mainData['employee_name'] }} | {{ $mainData['date'] }} | {{ $mainData['number_merchants'] }} | ||||||
| {{ $availableStore['store_name'] }} |
|
{{ $availableStore['feedback'] }} | |||||||