@extends('layouts.app') @section('title', 'Search') @section('breadcrumb')Search@endsection @section('content')
Enter at least 2 characters to search across all records.
No results found for "{{ $query }}"
{{ $total }} result{{ $total !== 1 ? 's' : '' }} for "{{ $query }}"
@endif @if($results['leads']->count()){{ $lead->lead_number }} — {{ $lead->contact?->first_name }} {{ $lead->contact?->last_name }}
{{ ucfirst($lead->status) }} · {{ ucfirst($lead->project_type ?? 'General') }}
{{ $job->job_number }} — {{ $job->contact?->first_name }} {{ $job->contact?->last_name }}
Stage: {{ ucfirst($job->stage) }} · {{ ucfirst($job->status) }}
{{ $quote->quote_number }} — {{ $quote->contact?->first_name }} {{ $quote->contact?->last_name }}
{{ ucfirst($quote->status) }} · ${{ number_format($quote->total) }}
{{ $contract->contract_number }} — {{ $contract->contact?->first_name }} {{ $contract->contact?->last_name }}
{{ ucfirst($contract->status) }} · ${{ number_format($contract->contract_price) }}