@extends('layouts.app')
@section('title', __( 'lang_v1.emi'))
@section('content')
@lang( 'lang_v1.emi')
@endif
@endcomponent
@foreach($sells as $sell)
Payment
@lang('sale.invoice_no')
@lang('messages.date')
Customer
Mobile
EMI Total
Down Payment
Emi Amount
Month
Est. Payment
Payment Date
Paid
@endforeach
@if($sell->status == 0)
@else
@endif
{{ $sell->invoice_no }}
{{ $sell->transaction_date }}
{{ $sell->conatct_name }}
{{ $sell->mobile }}
{{ $sell->emi_total_amount }}
{{ $sell->down_payment_amount }}
{{ $sell->emi_amount }}
{{ $sell->emi_month_name }}
{{ $sell->est_payment_date }}
{{ $sell->payment_date }}
{{ number_format(\App\TransactionPayment::where('emiitem_id',$sell->emi_item_id)->sum('amount') ,2)}}