@extends('admin.layout.master') @section('title', __('obs.party')) @section('custom_style') @include('inventory.blade_styles.posting_blade_css') {{-- --}} @endsection @section('content')
@if ($type == 1) {{__('obs.vendor')}} @else {{__('obs.customer')}} @endif
@include('v2.inventory.global.party_live_dd', ['allow_clear'=> true, 'binder'=> '', 'type'=> $type, 'skip_add_new'=> true])
# {{__('obs.code')}} {{__('obs.name')}} {{__('obs.ledger')}} {{__('obs.email')}} {{__('obs.mobile')}} {{__('obs.comm_type')}} {{__('obs.commission')}}(%) {{__('obs.limit_apply')}} {{__('obs.limit')}} {{__('obs.status')}} {{__('obs.action')}}
@if ($type == 1) @include('v2.inventory.party.vendor_create_update') @elseif($type == 2) @include('v2.inventory.party.customer_create_update') @endif {{-- For Quick Posting --}} @include('v2.inventory.global.quick_posting.q_cost_center_create') {{-- END --}} @include('admin.global.loader') @endsection @section('script') @append