@extends('layouts.adminapp') @section('title') {{ __('lng.AnnualMemberSubscriptionVoucher') }} - {{ __('lng.Print') }} @endsection @section('active_report', 'active') @section('open_report', 'open') @section('open_voucher', 'open') @section('active_voucher', 'active') @section('annual_member_subscription_voucher', 'active') @section('content')
{{__('lng.SiNo')}} | {{ __('lng.Member') }} | {{ __('lng.HouseName') }} | {{ __('lng.Invoice') }} | {{ __('lng.Date') }} | {{ __('lng.Head') }} | {{ __('lng.Amount') }} |
---|---|---|---|---|---|---|
{{ ++$si }} | {{ $Subscription->member->name ?? '' }} | {{ $Subscription->member->house->name ?? '' }} | {{ $Subscription->invoicenumber }} | {{ $DTs }} | {{ $Subscription->Head->title }} | @currency($Subscription->amount ?? '0') |
{{ __('lng.Total') }} | @currency($Total) |