@php $total_no_of_form=DB::table('survey_form')->count(); // Land Ownership Status $tenant=answer_count(240,'Tenant'); $leased=answer_count(240,'Leased'); $owner=answer_count(240,'Owner'); $living_with_relatives=answer_count(240,'Living with Relatives'); $living_with_not_relatives=answer_count(240,'Living with Non-Relatives'); // Beneficiary Gender $male=answer_count(652,'Male'); $female=answer_count(652,'Female'); $transgender=answer_count(652,'Transgender'); // Beneficiary With Bank Account $bank_account_exits=answer_count(248,'Yes'); $bank_account_not_exits=answer_count(248,'No'); @endphp

Land Ownership Status

Beneficiary By Gender