@extends('layouts.adminapp') @section('content') {{-- Salary Package --}}

{{$Kuri->title}}

{{ __('lng.Back') }}
{{__('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