@extends('admin.layout.master') @section('title', 'Update Customer') @section('content') {{--
--}}

{{ ucfirst($routeGroup) }} Info

@if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
@csrf
party_type == 2 ? 'checked' : '' }} class="form-control" name="party_type" id="default" value="2" />
party_type == 3 ? 'checked' : '' }} style="max-width: 15px;" type="radio" class="form-control" id="wv" name="party_type" value="3" />
party_type == 4 ? 'checked' : '' }} id="sr_box" onclick="shopEnable(this)" type="radio" class="form-control" 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" />
limit_apply == 1 ? 'checked' : '' }} id="limitapply" name="limit_apply" onchange="CheckLimitApply(this)">
credit_limit_amount) && $customer->limit_apply == 1) value="{{ $customer->credit_limit_amount }}" @else style="display: none" @endif class="form-control input-sm" name="credit_limit_amount" />
{{-- starting newly added --}}
{{-- starting newly added --}}
Go Back
@include('inventory.modal.add_group') @endsection