@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.SiNo') }} | {{ __('lng.Date') }} | {{ __('lng.Amount') }} | {{ __('lng.Head') }} | {{ __('lng.Narration') }} | {{ __('lng.Action') }} |
---|---|---|---|---|---|
{{ ++$si }} | {{ $month }} | @currency($KuriPayment->amount) | {{ $KuriPayment->Head->title ?? '' }} | {{ $KuriPayment->narration }} |
{{ __('lng.Showing') }} {{ $KuriPayments->count() }} {{ __('lng.Items') }}