@extends('layouts.main') @section('title', 'Payment Report') @section('content') @push('head') @endpush
| {{ __('S/N')}} | {{ __('Account Name')}} | {{ __('Account Number')}} | {{ __('Bank')}} | {{ __('Amount')}} | {{ __('Actual Amount')}} | {{ __('Action')}} |
|---|---|---|---|---|---|---|
| {{$key+1}} | {{$item['account_name']}} | {{$item['account_number']}} | {{$item['bank']}} | {{number_format($item['amount'])}} | {{number_format($item['amount'] - ($item['amount'] * 0.015)) }} | pay |