odometer_after_last_service_by_routes >=$view_vehicle_service_follow_up->next_service_km) style="background: orangered" @endif>
{{$view_vehicle_service_follow_up->truck}} |
{{$view_vehicle_service_follow_up->model}} |
{{-- | --}}
{{-- | --}}
{{$view_vehicle_service_follow_up->last_service_type}} |
{{\Carbon\Carbon::parse($view_vehicle_service_follow_up->date)->toFormattedDateString()}} |
{{$view_vehicle_service_follow_up->odometer}} |
{{$view_vehicle_service_follow_up->next_service_type}} |
{{number_format($view_vehicle_service_follow_up->next_service_km)}} |
{{number_format($view_vehicle_service_follow_up->odometer_after_last_service_by_routes)}} |
{{number_format($view_vehicle_service_follow_up->next_service_km-$view_vehicle_service_follow_up->odometer_after_last_service_by_routes)}} |
@endforeach