Birth Register Details

@php $i = 1; @endphp @if(isset($birth_registers) && count($birth_registers)>0) @foreach ($birth_registers as $list) @endforeach @else @endif
Serial No Child Name Gender Birth Date Birth Time Mother Name Father Name Report Edit Delete
{{ $i++ }} {{ $list->child_name ? $list->child_name : ''}} {{ $list->gender_name ? $list->gender_name : ''}} {{ FormatedDate($list->birth_date ? $list->birth_date : '') }} {{ FormatedTime($list->birth_time ? $list->birth_time : '') }} {{ $list->mother_name ? $list->mother_name : ''}} {{ $list->father_name ? $list->father_name : ''}} {{ $list->birth_report ? $list->birth_report : ''}}
No Data Found