@extends('layouts.vertical') @section('css') @endsection @section('breadcrumb')
When a child is removed, TeachKloud holds it in the list of removed children for 30 days before permanently deleting it. WIthin the 30 day timeframe, you can restore the removed child. After this time period, TeachKloud will automatically delete the removed children permanently. This action cannot be undone.
Children name | Assigned room | Gender | Date of birth | Deleted on | |
---|---|---|---|---|---|
|
{{ isset($child->room) ? $child->room->name : 'N/A' }} | {{ $child->gender == 0 ? "Male" : "Female" }} | {{ \Carbon\Carbon::parse($child->dob)->format('d/m/Y') }} | {{ \Carbon\Carbon::parse($child->deletedAt)->format('d/m/Y') }} |