{{ $lunch->name }}
@if($lunch->start_at) @endif @if($lunch->finish_at) @endif
@if($related)
@if(class_basename($lunch->lunchable->getMorphClass()) == 'Person') {{ $lunch->lunchable->name }} @elseif(class_basename($lunch->lunchable->getMorphClass()) == 'Organization') {{ $lunch->lunchable->name }} @endif
@endif
@if($editing)
@else

{{ ucfirst(__('laravel-crm::lang.guests')) }}

@if(count($lunch->contacts) > 0)
@foreach($lunch->contacts as $contact) {{ $contact->entityable->name }} @endforeach
@endif

{{ ucfirst(__('laravel-crm::lang.location')) }}

{{ $lunch->location }}

{{ ucfirst(__('laravel-crm::lang.description')) }}

{{ $lunch->description }} @endif