@extends('layouts.admin') @section('content')
| Product | Quantity | Amount (RM) |
|---|---|---|
| {{ $data->product_name }} | {{ $data->quantity }} | {{ number_format($data->amount, 2, '.','') }} |
| Grand Total: | {{ number_format($grandTotal, 2, '.', '') }} | |
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'] }} | |||||||