@extends('layouts.layout') @section('title', 'Class Booking') @section('content')
{{ ((!empty($obj) && isset($obj->parent_name) && !empty($obj->parent_name)) ? $obj->parent_name : "") }}
{{ ((!empty($obj) && isset($obj->email_address) && !empty($obj->email_address)) ? $obj->email_address : "") }}
{{ ((!empty($obj) && isset($obj->child_name) && !empty($obj->child_name)) ? $obj->child_name : "") }}
{{ ((!empty($obj) && isset($obj->ethnicity) && !empty($obj->ethnicity)) ? $obj->ethnicity : "") }}
{{ ((!empty($obj) && isset($obj->height) && !empty($obj->height)) ? $obj->height : "") }}
@if(!empty($obj) && isset($obj->attach_photo) && !empty($obj->attach_photo))
@endif