- Name {{ ($host->fname) ? $host->fname : '' }} {{ ($host->lname) ?$host->lname : '' }}
- Email {{ ($host->email) ? $host->email :'' }}
- Phone {{ ($host->phone) ? $host->phone : '' }}
- Location {{ $host->address ? Str::limit($host->address, 30) : '' }} @if(!empty($host->about_me))
-
About Profile
{{ ($host->about_me) ? $host->about_me : '' }}
@endif