@php @endphp @extends('layouts.master') @section('title', 'Family Data of the Add/Edit') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.header-sub')
@yield('title')

@csrf
{{-- Relation Type --}}
{{-- Full Name --}}
{{-- Citizen No --}}
{{-- Date of Birth --}}
{{-- Age --}}

@include('layouts.footer') @endsection