@section('extraCss') @endsection @php $partyType = [1 => 'RETAILER',2 =>'AGENT', 3 => 'DISTRIBUTOR',4=> 'VENDOR']; $posType = [1 => 'OWNED',2 =>'FRANCHISE']; $posLFSType = [3 => 'UPWRITE',4 =>'SOR']; $partythrough = [1 => 'DIRECT',2 =>'AGENT', 3 => 'DISTRIBUTOR']; $partybillTo = [1 => 'PARTY',2 =>'AGENT', 3 => 'DISTRIBUTOR']; $GSTType = [1 => 'INCLUSIVE',2 =>'EXCLUSIVE']; $OnTax = [1 => 'ON NET SALE BEFORE TAX',2 =>'MRP']; $PaymentTerm = [1 => 'AGAINST PAYMENT',2 =>'DUE DAYS',3=>'Actual Monthly Sales']; $Partyoffer = [1 => 'COMPANY',2 =>'DISTRIBUTOR', 3 => 'SHARING',4=> 'PARTY',5 => 'N/A']; $discount = [1 => 'CD',2 =>'TD']; $discountOn = [1 => 'MRP',2 =>'WSP',3 => 'N/A']; $addressType = [1 => 'Billing Address',2 =>'Shipping Address']; $OrderType = [1 => 'sampling',2 =>'upcoming', 3 => 'new_arr',4=> 'repeat',5 => 'clearence']; $saddress = !empty($location->shippingAddress->address) ? $location->shippingAddress->address : 0; $scity = !empty($location->shippingAddress->city) ? $location->shippingAddress->city : 0; $scode = !empty($location->shippingAddress->code) ? $location->shippingAddress->code : 0; $sarea_name = !empty($location->shippingAddress->area_name) ? $location->shippingAddress->area_name : 0; $sstate = !empty($location->shippingAddress->state) ? $location->shippingAddress->state : 0; $scountry = !empty($location->shippingAddress->country) ? $location->shippingAddress->country : 0; $array = unserialize( $location->order_type ); @endphp
@csrf @isset($party->id) {{ method_field('PUT') }} @endisset
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Cancel
@section('extraJs') @endsection