@extends('layouts.app') @section('title', $contact->full_name) @section('breadcrumb')Contacts {{ $contact->full_name }}@endsection @section('content')
{{ $contact->company ?? '' }}
| Job | Stage | Value | Status |
|---|---|---|---|
| {{ $job->job_number }} | {{ $job->stageLabel() }} | ${{ number_format($job->job_value ?? 0) }} | {{ ucfirst($job->status) }} |