@extends('layouts.adminapp') @section('title') {{ __('lng.MemberRegistration') }} @endsection @section('active_settings', 'active') @section('open_settings', 'open') @section('open_downloads', 'open') @section('active_downloads', 'active') @section('content')

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

@include('PrintHeader.notlogoheader')
@for ($i = 0; $i < 12; $i++) @endfor
{{ __('lng.FamilyMembersDetails') }}
{{ __('lng.SiNo') }} {{ __('lng.Name') }} {{ __('lng.Gender') }} {{ __('lng.DOB') }} {{ __('lng.Education') }} {{ __('lng.Job') }} {{ __('lng.IsEmigrant') }}? {{ __('lng.BloodGroup') }} {{ __('lng.MaritalStatus') }} {{ __('lng.Orphan') }} ({{ __('lng.Y/N') }}) {{ __('lng.Relation') }} {{ __('lng.AdarNo') }} {{ __('lng.HealthIssue') }} {{ __('lng.Handicapped') }}
{{ __('lng.Signature') }}
@csrf
@endsection