@extends('adminlte::page') @section('content_header')
| ID | Photo | Full Name | Sex | Birthdate | File Number | Approval Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $child->id }} |
@if($child->photo)
|
{{ $child->child_full_name }} | {{ ucfirst($child->sex) }} | {{ $child->birthdate }} | {{ $child->file_number }} | {{ ucfirst($child->approval_status) }} | View @if($child->approval_status == 'pending'|| $child->approval_status == 'rejected') @endif |