@extends('layouts.adminapp') @section('title') {{ __('lng.RationCardReport') }} - {{ __('lng.Print') }} @endsection @section('active_report', 'active') @section('open_report', 'open') @section('open_field_report', 'open') @section('active_field_report', 'active') @section('active_ration_card_report', 'active') @section('content')

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

@include('PrintHeader.header')

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

@php $i=0;@endphp @foreach ($Houses as $House) @endforeach
{{__('lng.SiNo')}} {{__('lng.HouseName')}} {{__('lng.RegisterNumber')}} {{__('lng.RationCard')}} {{__('lng.AnnualIncome')}}
{{++$i}} {{$House->name}} {{$House->registernumber}} {{$House->poverty_line ?? 'None'}} @currency($House->annual_income)
{{ __('lng.Back') }}
@endsection