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

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

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

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

{{ $call->location }}

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

{{ $call->description }} @endif