@extends('admin_layout') @section('content')
| Labels | Contents |
|---|---|
| ID | {{ $object->id }} |
| Preferred Centre | |
| Name of child | {{ $object->child }} |
| Gender of child | {{ $object->gender }} |
| Date of Birth | {{ $object->birth }} |
| Name of Parent | {{ $object->parent }} |
| Contact Number | {{ $object->contact }} |
| Email Address | {{ $object->email }} |
| Appointment Preference1 | {{ $object->preference1 }} |
| Appointment Preference2 | {{ $object->preference2 }} |
| How do you hear about us? | {{ $object->how }} |
| IP Address | {{ $object->ip_address }} |
| Created At | {{ $object->created_at }} |
| Modified At | {{ $object->updated_at }} |