@extends('layouts.app') @section('title', 'Job Variants — ' . $job->job_number) @section('breadcrumb'){{ $job->job_number }} Variants@endsection @section('content') @if(session('success'))
{{ session('success') }}
{{ $job->job_number }} · {{ $job->contact?->full_name }}
Linked quote: {{ $variant->quote->quote_number }}
@endif{{ $variant->description }}
@endif @if($variant->client_notes)Client notes:
{{ $variant->client_notes }}
Internal notes:
{{ $variant->internal_notes }}
Responded by {{ $variant->respondedBy?->name }} on {{ $variant->responded_at->format('d M Y') }}
@endif @if($variant->status === 'pending')No variants yet for this job.
Add a variant below to track quote options presented to the client.