@extends('layouts.master') @section('data-sidebar')
Add Product
@endsection @section('content')

Order Management

Execute Order

@if(@count(@$order)>0)
Date: {{date("Y-m-d",strtotime($order->created_at))}}
Area/Zone: {{$order->area_name}}
Territory: {{$order->territory_name}}
Distributor: {{$order->distributor_name}}
Employee: {{$order->employee_name}}

@if($route == 'process-primary-order') @elseif($route == 'execute-primary-order') @else @endif
SKU Product NameBkd QTY Dsp QTY.Bkd QTY Exc QTY.Bkd QTY Executed QTY.T.P. GR.Amt T.O. D.Disc% Spec.Disc B.Disc Tax Net Amt Action
Total items: 0 Total Qty(CTN): 0 Gross Amount. 0
Offer Discount. 0
Dist Discount. 0
Special Discount. 0
Booker Discount. 0
Frieght Price .
Tax. 0
Total PKR. 0
@else

Sorry! You are trying to modify invalid order.

@endif
@endsection