@extends('layouts.frontendapp') @section('title', config('app.name')) @section('content')
Bio
{{ $attendee->bio ?? 'N/A' }}
{{ $attendee->email ?? 'N/A' }}
Phone
{{ $attendee->phone ?? 'N/A' }}
Designation
{{ $attendee->designation ?? 'N/A' }}
Company
{{ $attendee->company ?? 'N/A' }}
Location
{{ $attendee->place ?? 'N/A' }}
@if(!empty($attendee->linkedin_url)) {{ $attendee->linkedin_url }} @else N/A @endif
@if(!empty($attendee->facebook_url)) {{ $attendee->facebook_url }} @else N/A @endif
@if(!empty($attendee->instagram_url)) {{ $attendee->instagram_url }} @else N/A @endif
@if(!empty($attendee->twitter_url)) {{ $attendee->twitter_url }} @else N/A @endif
@endif
{{ $event->location ?? '' }}
{{ $event->description ?? '' }}