@component('components.widget', ['class' => 'box-solid', 'title' => __('lang_v1.emi'),'id'=>'emi_section_model'])
Invoice Total:
00.00 TK
Interest : 0%
00.00 TK
Total Amount :
00.00 TK
Down payment: 0%
00.00 TK
Total Month:
0
EMI:
Tk/month
@if(!empty($transaction)) @php $emiitem = App\EmiItem::where('trans_id',$transaction->id)->where('business_id',$business_details->id)->get() ; @endphp @foreach($emiitem as $item) @endforeach @endif
Name of Month payment Date Amount Status
{{ $item->emi_month_name}} {{ $item->payment_date}} {{ $item->emi_amount}} {{ $item->status == 1?'Paid':'Unpaid'}}
Total EMI Amount 00.00 TK
@endcomponent