@extends('admin.layout.master') @section('title', 'Party User Management') @section('custom_css') @endsection @section('content')
{{ __('obs.party_user_management') }}
@if(checkAuthPermission('admin.party.party_user.create')) @endif
@include('v2.inventory.global.party_live_dd', [ 'type' => 2, 'binder'=> 'invoice.party_id', 'cls' => 'p', // 'event' => 'onchange=setPartyDetails()', 'skip_add_new' => 1, 'id' => 'filter_party_id', 'allow_clear'=> true ])
@include('v2.inventory.global.party_live_dd', [ 'type' => 2, 'binder'=> 'invoice.party_id', 'cls' => 'p', // 'event' => 'onchange=setPartyDetails()', 'skip_add_new' => 1, 'allow_clear'=> true ])
@include('admin.layout.common_form_submit_js') @endsection @section('script') @endsection