@extends('layouts.app') @section('content')
Review sales and finalize your session for {{ auth()->user()->name }}
| Method | Count | Total |
|---|---|---|
|
{{ $method['label'] }}
|
{{ $counts['count_'.$method['key']] }} | MWK {{ number_format($totals['total_'.$method['key']], 2) }} |
| No sales recorded for this session. | ||
| Method | Count | Total |
|---|---|---|
| {{ $method['label'] }} | {{ $counts['count_'.$method['key']] }} | {{ number_format($totals['total_'.$method['key']], 2) }} |
| No sales recorded | ||
*** END OF REPORT ***