@section('extraCss') @endsection @php //$partyType = [1 => 'RETAILER',2 =>'AGENT', 3 => 'DISTRIBUTOR',4=> 'VENDOR',5=> 'MBO', 6 => 'LFS']; $partythrough = [1 => 'DIRECT',2 =>'AGENT', 3 => 'DISTRIBUTOR']; //$partyHas = [1 => 'MBO',2 =>'EBO', 3 => 'SIS']; $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']; $categoryse = !empty($party->category_draft) ? $party->category_draft : 0; $partyse = !empty($party->party_through_draft) ? $party->party_through_draft : 0; @endphp
@csrf @isset($party->id) {{ method_field('PUT') }} @endisset
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if(!empty($party))
Cancel
{{-- @if(!empty($party))
Location Basic Details

Date format: YYYY-mm-dd
Contect Details


Cancel
S.No. Name Type Code City Discount Status Action
@endif --}} @section('extraJs') @endsection