@extends('layouts.adminapp') @section('content') @section('head',__('lng.CustomerPayment')) {{-- Vehicle --}}
{{$Name}} {{__('lng.DetailReport')}}
{{-- {{__('lng.CreateNew')}} --}}

@php $si=0; @endphp @foreach($CustomerPayments as $customerpayment) @php $value = date("m-d-Y",strtotime($customerpayment->date));@endphp @endforeach
{{__('lng.SiNo')}} {{__('lng.Customer')}} {{__('lng.LastPayedDate')}} {{__('lng.LastPayedAmount')}} {{__('lng.Pending')}}
{{++$si}} {{$customerpayment->accountledger->title ?? ''}} {{$value}} {{$customerpayment->amount}} {{$customerpayment->pending}}

{{$CustomerPayments->count()}} {{__('lng.Items')}}


@endsection