Wrench TotalCare Service for VIN {{$vin}}

@if($drcValidation)
The DRC defaulted to 900, you cannot enter more than this.
@endif
@foreach($plans as $k => $plan) @endforeach
TotalCare Package Term/Year Price Dealer Reference Code
{{$plan->title}} {{$plan->terms}} @if(isset($newDrc[$plan->id]) && is_numeric($newDrc[$plan->id]) && $newDrc[$plan->id] < 900) ${{$plan->price + $newDrc[$plan->id]}} @elseif($drc != '') ${{$plan->price + $drc}} @else ${{$plan->price }} @endif
{{-- Add Button Action --}}
{{ __('Continue') }}