@section('extraCss') @endsection @php //$partyType = [1 => 'RETAILER',2 =>'AGENT', 3 => 'DISTRIBUTOR',4=> 'VENDOR',5=> 'MBO', 6 => 'LFS']; $posType = [1 => 'COMPANY',2 =>'FRANCHISE', 3 => 'LFS']; //$partyHas = [1 => 'MBO',2 =>'EBO', 3 => 'SIS']; $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',3 => 'N/A']; $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']; $categoryse = !empty($party->category) ? $party->category : 0; $partyse = !empty($party->party_through) ? $party->party_through : 0; $saddress = !empty($party->shippingAddress->address) ? $party->shippingAddress->address : 0; $scity = !empty($party->shippingAddress->city) ? $party->shippingAddress->city : 0; $scode = !empty($party->shippingAddress->code) ? $party->shippingAddress->code : 0; $sarea_name = !empty($party->shippingAddress->area_name) ? $party->shippingAddress->area_name : 0; $sstate = !empty($party->shippingAddress->state) ? $party->shippingAddress->state : 0; $scountry = !empty($party->shippingAddress->country) ? $party->shippingAddress->country : 0; @endphp
@csrf
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if(!empty($party))
Cancel
@if(!empty($party)) {{-- --}} {{-- Add Location --}} @endif @section('extraJs') @endsection