@extends('admin.layouts.app') @section('style') @endsection @section('title') Payment Details @endsection @section('container')
--}}
| For Payment of | {{ $purchasePayment->supplier->name??'' }} | Amount | ৳{{ number_format($purchasePayment->amount, 2) }} |
|---|---|---|---|
| Amount (In Word) | {{-- {{ $transaction->amount_in_word }}--}} | ||
| Paid By | @if($purchasePayment->transaction_method == 1) Cash @elseif($purchasePayment->transaction_method == 3) Mobile Banking @else Bank - {{ $purchasePayment->bank->bank_name.' - '.$purchasePayment->bank->branch.' - '.$purchasePayment->bank->ac_number }} @endif | ||
| Cheque No. | {{ $purchasePayment->cheque_no }} | ||
| Note | {{ $purchasePayment->note }} | ||
| Cheque Image |
|
||