|
Contract Summary
Package: {{ $contract->package?->name ?? 'Package' }}
Start Date: {{ $contract->start_date?->format('M d, Y') }}
End Date: {{ $contract->end_date?->format('M d, Y') }}
Booths: {{ max(1, (int) $contract->number_of_booths) }}
Price: {{ number_format((float) $contract->price, 2) }}
|