{{ __('lng.SiNo') }} | {{ __('lng.Date') }} | {{ __('lng.House') }} | {{ __('lng.RegisterNumber') }} | {{ __('lng.SubscriptionPackage') }} | {{ __('lng.Pending') }} / {{ __('lng.Advance') }} | {{ __('lng.Amount') }} | {{ __('lng.Narration') }} | {{ __('lng.Action') }} |
---|---|---|---|---|---|---|---|---|
{{ ++$si }} | @php $DTs = date("d-m-Y",strtotime($HouseSubscription->Date)); @endphp{{ $DTs }} | {{ $HouseSubscription->HouseName ?? '' }} - @foreach (App\Models\House::find($HouseSubscription->HouseID)->members as $Member) @if ($Member->member_relation_id == App\Extra\General\DBFixedValues::AUTHORITY) {{ $Member->name }} @endif @endforeach | {{ $HouseSubscription->HouseNo ?? '' }} | {{ App\Models\SubscriptionPackage::find($HouseSubscription->PackageID)->title }} | @if ($HouseSubscription->DRorCR == 'Dr') {{ __('lng.Pending') }} @elseif($HouseSubscription->DRorCR == 'Cr') {{ __('lng.Advance') }} @else {{ __('lng.None') }} @endif | @currency($HouseSubscription->OB) | {{ $HouseSubscription->Narration }} |
{{ __('lng.Showing') }} {{ $HouseSubscriptions->count() }} {{ __('lng.Items') }}