@extends('layouts.adminapp') @section('content')
@include('PrintHeader.header')

{{$Kuri->title}}

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

@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