@extends('layout.app') @section('page-title', $title) @section('breadcrumb')
Home Custom products
@endsection @section('content')
Custom products

Replacement Parts - used for parts ONLY. Adds a "PARTS ORDER" line to the WTCA PO subject. Creates both PO and QB emails..

Non-database Product - could be used for everything else that is not in the database as a product and is not a CP or RP order. Creates PO & QB as well. Can be used when shipping charges only need to be charged or any other charge where there is no product id to use in the database.

* Required

@if($show_success_message)
Thank you for contacting us!.
We will respond as quickly as we can!
@endif

@endsection @push('after-foot-js') @endpush