@php
$formObj = $formObjCollection
->where('form_name', 'cost_center_id')
->first();
@endphp
@php
$formObj = $formObjCollection->where('form_name', 'commission')->first();
@endphp
@php
$formObj = $formObjCollection
->where('form_name', 'other_commission')
->first();
@endphp
@php
$formObj = $formObjCollection->where('form_name', 'com_calc_type')->first();
@endphp
@php
$formObj = $formObjCollection
->where('form_name', 'commission_type')
->first();
@endphp
@php
$formObj = $formObjCollection->where('form_name', 'limit_apply')->first();
@endphp
@php
$formObj = $formObjCollection
->where('form_name', 'credit_limit_day')
->first();
@endphp
@php
$formObj = $formObjCollection
->where('form_name', 'other_commission_title')
->first();
@endphp
@php
$formObj = $formObjCollection->where('form_name', 'depot_id')->first();
@endphp
@php
$formObj = $formObjCollection
->where('form_name', 'return_percentage')
->first();
@endphp
@php
$formObj = $formObjCollection->where('form_name', 'block_free')->first();
@endphp
@php
$formObj = $formObjCollection->where('form_name', 'target')->first();
@endphp
@php
$formObj = $formObjCollection->where('form_name', 'line')->first();
@endphp
@php
$formObj = $formObjCollection
->where('form_name', 'store_location_ids')
->first();
@endphp