@include('./admin/util/header')

Edit Order Info

@csrf

{{ $extraTitle }} Information And Discounts

@if ($orderID > 0)

This order was created on {{ date('m/d/Y', strtotime($dateAdded)) }} and was last updated on {{ date('m/d/Y', strtotime($dateUpdated)) }}.

@endif

@php $assessments = DB::table('orderassessments') ->select('orderassessments.*') ->where('orderID', $orderID) ->orderBy('ID', 'ASC') ->get(); @endphp @if (count($assessments) > 0) This order is linked to these Assessments. Removing an Assessment from this list will update the order total accordingly. Additionally, the Assessment will be deactivated in the system and removed from the group leader's group @else

This order is not linked to any Assessments.

@endif
@if($noOrderTypeEdit) @else @endif
@if ($orderID == 0 || session("webMasterAccess")) @if ($orderMethodID == 9 || $orderMethodID == 10) {{ $orderTypes[0][$orderMethodID] }} @else @endif @else @endif
Characters left: 250
 Calculate percentage
@if ($siteWideSaleInProgressText !== "")

{{ $siteWideSaleInProgressText }}

@endif
(Enter + or - dollar amount to discount after-tax invoice total)
{{ $extraTitle }} Tracking
{{ $makeApaymentLink }}
{!! getShipMethodHtml("shipMethodID", $shipMethodID, true, true) !!} (* Method not displayed to clients)
@for ($c = 1; $c <= 6; $c++)