@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 --}} Select Relation* user_relation_type ?? '') == 'father' ? 'selected' : '' }}> Father user_relation_type ?? '') == 'mother' ? 'selected' : '' }}> Mother user_relation_type ?? '') == 'spouse' ? 'selected' : '' }}> Spouse user_relation_type ?? '') == 'child' ? 'selected' : '' }}> Child Relation Type* {{-- Full Name --}} Full Name* {{-- Citizen No --}} Citizen No. {{-- Date of Birth --}} Date of Birth {{-- Age --}} Age Back @include('layouts.footer') @endsection