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