@extends('layouts.app') @section('style') @endsection @section('content')
@csrf {{-- Family Background --}}

Family Background

@if ($errors->has('full_name'))
{{ $errors->first('full_name') }}
@endif
@if ($errors->has('occupation'))
{{ $errors->first('occupation') }}
@endif
@if ($errors->has('contact_number'))
{{ $errors->first('contact_number') }}
@endif
@if ($errors->has('date_of_birth'))
{{ $errors->first('date_of_birth') }}
@endif
@if ($errors->has('relationship'))
{{ $errors->first('relationship') }}
@endif
@if ($errors->has('address'))
{{ $errors->first('address') }}
@endif
is_emergency ?? '') == 1) checked="checked" @endif value="1">
@section('script') @endsection @endsection