@extends('layouts.adminapp') @section('title') {{ __('lng.Kuri') }} - {{ __('lng.Details') }} @endsection @section('open_payments', 'open') @section('active_payments', 'active') @section('active_kuri', 'active') @section('content')

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

@csrf
{{ $Kuri->title }} : {{ __('lng.Payment') }}
@error('date')
{{ $message }}
@enderror
{{$Kuri->title}} : {{ __('lng.KuriPayments') }}
@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') }} {{ __('lng.Action') }}
{{ ++$si }} {{ $month }} @currency($KuriPayment->amount) {{ $KuriPayment->Head->title ?? '' }} {{ $KuriPayment->narration }}
@csrf @method('delete')

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

@endsection