@extends('admin.layout.master') @section('title', ucfirst($routeGroup).' List') @section('content') @if(request()->code_edit) @else @endif

{{ ucfirst($routeGroup) }} {{__('obs.list')}}

@if(checkAuthPermission($type==2?'customer.create':'vendor.create'))
{{__('obs.add_new')}}
@endif
{{-- --}} @include('v2.inventory.global.party_live_dd', ['type'=> $type, 'allow_clear'=> true])

# {{__('obs.code')}} {{__('obs.name')}} {{__('obs.ledger')}} {{__('obs.email')}} {{__('obs.mobile')}} {{__('obs.comm_type')}} {{__('obs.comm(%)')}} {{__('obs.limit_apply')}} {{__('obs.limit')}} {{__('obs.status')}} {{__('obs.action')}}
@include('admin.global.loader') @include('inventory.forms.customer_info') @if(request()->code_edit) @endif @endsection @section('script') {{-- --}} @endsection