@extends('backend.master') @section('title') বিল আদায় রশিদ @endsection @section('body') @if(Auth::user()->user_type == 6 && count(bankPermission('water')) > 0)
| গ্রাহকের আইডি | {{ $paymentReceipt->client->client_id }} |
|---|---|
| গ্রাহকের নাম | {{ $paymentReceipt->client->client_name }} |
| গ্রাহকের ঠিকানা | {{ $paymentReceipt->client->village->bn_village_name }} |
| মোবাইল | {{{ $paymentReceipt->client->phone }}} |
| বিলের মাস | {{ $paymentReceipt->from_to_month }} |
| @if($paymentReceipt->collection_type == 0) হাল ও বকেয়া @else বকেয়া @endif | {{ $paymentReceipt->total_bill }} |
| জরিমানা | +{{ $paymentReceipt->jorimana }} |
| মোট বিল | {{ $paymentReceipt->total_bill+$paymentReceipt->jorimana }} |
| মওকুফ | -{{ $paymentReceipt->waiver_monthly_fine }} |
| সর্বশেষ প্রদেয় | {{ $paymentReceipt->total_pay_bill }} |