@extends('layouts.adminapp') @section('title') {{ __('lng.BirthRegistration') }} - {{ __('lng.Edit') }} @endsection @section('active_register', 'active') @section('open_register', 'open') @section('open_certificate', 'open') @section('active_certificate', 'active') @section('active_birth_registration', 'active') @section('content')

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

@csrf @method('patch')
{{ __('lng.EditBirthRegistration') }}
@if ($BirthRegistration->member_id)
@php $DOBDT = date("Y-m-d",strtotime($BirthRegistration->dob)); @endphp
@else
@error('register_number')
{{ $message }}
@enderror
@error('name')
{{ $message }}
@enderror
@error('house_name')
{{ $message }}
@enderror
@error('dob')
{{ $message }}
@enderror
@error('birth_place')
{{ $message }}
@enderror
@error('phone')
{{ $message }}
@enderror
@endif
@endsection