{{ $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 : ''}} |
|
|
@endforeach
@else