@extends('layouts.adminapp') @section('title') {{ __('lng.AdvanceReceivedVoucher') }} @endsection @section('active_report', 'active') @section('open_report', 'open') @section('open_voucher', 'open') @section('active_voucher', 'active') @section('advance_received_voucher', 'active') @section('content')

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

{{ __('lng.AdvanceReceivedVoucherReport') }}
@php $si=$Total=0; @endphp @foreach ($AdvanceReceivedPaginations as $AdvanceReceivedPagination) @php $DTs = date("F-d-Y",strtotime($AdvanceReceivedPagination->date));@endphp @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Name') }} {{ __('lng.HouseName') }} {{ __('lng.Property') }} {{ __('lng.Invoice') }} {{ __('lng.Date') }} {{ __('lng.Head') }} {{ __('lng.Amount') }}
{{ ++$si }} {{ $AdvanceReceivedPagination->Member->name ?? $AdvanceReceivedPagination->name }} {{ $AdvanceReceivedPagination->Member->house->name ?? $AdvanceReceivedPagination->address }} {{ $AdvanceReceivedPagination->Property->title ?? '' }} {{ $AdvanceReceivedPagination->invoicenumber }} {{ $DTs }} {{ $AdvanceReceivedPagination->payhead->title ?? '' }} @currency($AdvanceReceivedPagination->advance ?? '0')
@foreach ($AdvanceReceiveds as $Amount) @php $Total += $Amount->advance; @endphp @endforeach
{{ __('lng.TotalAmount') }} @currency($Total)
@endsection