@extends('admin.layout.master') @section('title', 'Update Customer') @section('custom_style') @endsection @section('content')

{{ ucfirst($routeGroup??'N/A') }} Info

{{-- @if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif --}}
@csrf
party_type == 2 ? 'checked' : '' }} class="form-check" name="party_type" id="default" value="2" />
party_type == 3 ? 'checked' : '' }} style="max-width: 15px;" type="radio" class="form-check" id="wv" name="party_type" value="3" />
party_type == 4 ? 'checked' : '' }} id="sr_box" onclick="shopEnable(this)" type="radio" class="form-check" name="party_type" value="4" />
@php $ss = $customer->shops->pluck('id'); @endphp
{{--
party_type == 4 ? 'checked' : '' }} style="max-width: 25px;" type="radio" class="form-control" name="party_type" value="4" />
party_type == 5 ? 'checked' : '' }} style="max-width: 25px;" type="radio" class="form-control" name="party_type" value="5" />
party_type == 6 ? 'checked' : '' }} style="max-width: 25px;" type="radio" class="form-control" name="party_type" value="6" />
--}}
commission) ? 'checked' : '' }} onchange="CheckCommission(this)">
commission)) value="{{ $customer->commission }}" @else style="display: none" @endif class="form-control input-sm" name="commission" />
{{-- @dd($customer->limit_apply, $customer->credit_limit_amount, $customer->limit_apply == 1) --}}
limit_apply == 1 ? 'checked' : '' }} id="limitapply" name="limit_apply" onchange="CheckLimitApply(this)">
{{-- starting newly added --}}
{{-- starting newly added --}}
{{-- --}} @error('store_location_ids') {{ $message }} @enderror {{--
--}}
@if(warehouse_info()->is_using_vat == 1) @include('inventory.customer.vat_info', ['customer'=>$customer]) @endif
{{__('obs.go')}} {{__('obs.back')}}
{{-- @include('inventory.modal.add_group') --}} @endsection