@props([ 'title' => '', 'rows' => [], 'customerIds' => [], ])
| {{ $title }} | |||
| {{ __('validation.attributes.code') }} | {{ __('validation.attributes.name') }} | {{ __('validation.attributes.amount') }} | % |
| {{ $row->customer_code }} | {{ $row->customer_name }} | {{ $row->amount}} | {{ $row->rate }} |
| {{ __('messages.data.not-found') }} | |||
| Total | {{ $totalAmount }} | {{ $totalRate }} | |