@php $job ??= null; $inputClass = 'block w-full rounded-card border-gray-300 text-sm shadow-sm focus:border-teal-600 focus:ring-teal-600'; $labelClass = 'block text-sm font-medium text-gray-700'; @endphp
{{ __('Parts cost (:cost) is added automatically from parts issued below.', ['cost' => number_format((float) $job->parts_cost, 2)]) }}
@endif