@extends('front.layout.app') @section('title', 'Pricing') @section('content')
image

{{ $pricing->content['banner_heading'] ?? '' }}

{{ $pricing->content['banner_description'] ?? '' }}

{{ $pricing->content['pri__sec_title'] ?? '' }}

{{ $pricing->content['pri_sec_heading'] ?? '' }}

@include('front.include.package')
Most popular

General Price List (non-subscribers) Notice

Recovery Call Out:

  • Within 150 miles: $650
  • Outside 150 miles: $7 per added mile
  • Per Hour Rate: $150

Flat Rate Services:

  • Tire repair or bead reset: $300
  • Compressed Air: $50
  • Jump start: $50
  • Lock-out: $50
  • Emergency Welding: $250
  • Cutting: $150
  • 5/gal of gas: $100
  • 5/gal of diesel: $125
  • 5/gal of race fuel: $200
  • Other liquids per quart: $25
  • Trailer loading Loading: $65
  • Mileage to residence (subject to availability): $8 per/mile
@include('front.include.stories') @endsection