Host Info
Account ID : {{ $host->user->email }} Father Name {{ $host->inputHostFatherLastName }}, {{ $host->inputHostFatherFirstName }}  Mother Name {{ $host->inputHostMotherLastName }}, {{ $host->inputHostMotherFirstName }}  Address {{ $host->inputStreetAddress }} {{ $host->inputCity }} {{ $host->selectAddrState }}, {{ $host->inputZipCode }}  PhoneNumber (Father / Mother) @if(empty($host->inputHostFatherCellPhoneNumber)) {{ $host->inputHostFatherWorkPhoneNumber }} @else {{ $host->inputHostFatherCellPhoneNumber }} @endif / @if(empty($host->inputHostMotherCellPhoneNumber)) {{ $host->inputHostMotherWorkPhoneNumber }} @else {{ $host->inputHostMotherCellPhoneNumber }} @endif E-mail (Father / Mother) {{ $host->inputHostFatherEmail }} / {{ $host->inputHostMotherEmail }}
Number of Student
{{ $host->students->count() }}
L/C name
{{ $host->local ? $host->local->user->lastname.',' : 'none' }} {{ $host->local ? $host->local->user->firstname : '' }}