@extends('layouts.app') @section('content')
{{ $contact->company ?? 'No company' }} · {{ ucfirst($contact->type ?? 'N/A') }}
{{ $deal->title }}
{{ ucfirst($deal->stage) }}
No deals found.
{{ $activity->title }}
{{ $activity->created_at->diffForHumans() }}
No activities recorded.