@extends('layouts.adminapp') @section('title') {{ __('lng.KuriReport') }} - {{ __('lng.PaymentDetails') }} @endsection @section('active_report', 'active') @section('open_report', 'open') @section('open_kuri_report', 'open') @section('active_kuri_report', 'active') @section('content')

{{ __('lng.PaymentDetails') }}

{{$Kuri->title}} : {{ __('lng.PaymentDetails') }}
@php $si=0; @endphp @foreach($KuriPayments as $KuriPayment) @php $month = date("d-m-Y",strtotime($KuriPayment->date));@endphp @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Date') }} {{ __('lng.Amount') }} {{ __('lng.Head') }} {{ __('lng.Narration') }}
{{ ++$si }} {{ $month }} @currency( $KuriPayment->amount ) {{ $KuriPayment->Head->title ?? '' }} {{ $KuriPayment->narration }}
@endsection