@php
$purchase_prefix = '';
if(!empty($business->ref_no_prefixes['purchase'])){
$purchase_prefix = $business->ref_no_prefixes['purchase'];
}
@endphp
{!! Form::label('ref_no_prefixes[purchase]', __('lang_v1.purchase') . ':') !!}
{!! Form::text('ref_no_prefixes[purchase]', $purchase_prefix, ['class' => 'form-control']); !!}
@php
$purchase_return = '';
if(!empty($business->ref_no_prefixes['purchase_return'])){
$purchase_return = $business->ref_no_prefixes['purchase_return'];
}
@endphp
{!! Form::label('ref_no_prefixes[purchase_return]', __('lang_v1.purchase_return') . ':') !!}
{!! Form::text('ref_no_prefixes[purchase_return]', $purchase_return, ['class' => 'form-control']); !!}
@php
$purchase_requisition_prefix = !empty($business->ref_no_prefixes['purchase_requisition']) ? $business->ref_no_prefixes['purchase_requisition'] : '';
@endphp
{!! Form::label('ref_no_prefixes[purchase_requisition]', __('lang_v1.purchase_requisition') . ':') !!}
{!! Form::text('ref_no_prefixes[purchase_requisition]', $purchase_requisition_prefix, ['class' => 'form-control']); !!}
@php
$purchase_order_prefix = !empty($business->ref_no_prefixes['purchase_order']) ? $business->ref_no_prefixes['purchase_order'] : '';
@endphp
{!! Form::label('ref_no_prefixes[purchase_order]', __('lang_v1.purchase_order') . ':') !!}
{!! Form::text('ref_no_prefixes[purchase_order]', $purchase_order_prefix, ['class' => 'form-control']); !!}
@php
$stock_transfer_prefix = '';
if(!empty($business->ref_no_prefixes['stock_transfer'])){
$stock_transfer_prefix = $business->ref_no_prefixes['stock_transfer'];
}
@endphp
{!! Form::label('ref_no_prefixes[stock_transfer]', __('lang_v1.stock_transfer') . ':') !!}
{!! Form::text('ref_no_prefixes[stock_transfer]', $stock_transfer_prefix, ['class' => 'form-control']); !!}
@php
$stock_adjustment_prefix = '';
if(!empty($business->ref_no_prefixes['stock_adjustment'])){
$stock_adjustment_prefix = $business->ref_no_prefixes['stock_adjustment'];
}
@endphp
{!! Form::label('ref_no_prefixes[stock_adjustment]', __('stock_adjustment.stock_adjustment') . ':') !!}
{!! Form::text('ref_no_prefixes[stock_adjustment]', $stock_adjustment_prefix, ['class' => 'form-control']); !!}
@php
$sell_return_prefix = '';
if(!empty($business->ref_no_prefixes['sell_return'])){
$sell_return_prefix = $business->ref_no_prefixes['sell_return'];
}
@endphp
{!! Form::label('ref_no_prefixes[sell_return]', __('lang_v1.sell_return') . ':') !!}
{!! Form::text('ref_no_prefixes[sell_return]', $sell_return_prefix, ['class' => 'form-control']); !!}
@php
$expenses_prefix = '';
if(!empty($business->ref_no_prefixes['expense'])){
$expenses_prefix = $business->ref_no_prefixes['expense'];
}
@endphp
{!! Form::label('ref_no_prefixes[expense]', __('expense.expenses') . ':') !!}
{!! Form::text('ref_no_prefixes[expense]', $expenses_prefix, ['class' => 'form-control']); !!}
@php
$contacts_prefix = '';
if(!empty($business->ref_no_prefixes['contacts'])){
$contacts_prefix = $business->ref_no_prefixes['contacts'];
}
@endphp
{!! Form::label('ref_no_prefixes[contacts]', __('contact.contacts') . ':') !!}
{!! Form::text('ref_no_prefixes[contacts]', $contacts_prefix, ['class' => 'form-control']); !!}
@php
$purchase_payment = '';
if(!empty($business->ref_no_prefixes['purchase_payment'])){
$purchase_payment = $business->ref_no_prefixes['purchase_payment'];
}
@endphp
{!! Form::label('ref_no_prefixes[purchase_payment]', __('lang_v1.purchase_payment') . ':') !!}
{!! Form::text('ref_no_prefixes[purchase_payment]', $purchase_payment, ['class' => 'form-control']); !!}
@php
$sell_payment = '';
if(!empty($business->ref_no_prefixes['sell_payment'])){
$sell_payment = $business->ref_no_prefixes['sell_payment'];
}
@endphp
{!! Form::label('ref_no_prefixes[sell_payment]', __('lang_v1.sell_payment') . ':') !!}
{!! Form::text('ref_no_prefixes[sell_payment]', $sell_payment, ['class' => 'form-control']); !!}
@php
$expense_payment = '';
if(!empty($business->ref_no_prefixes['expense_payment'])){
$expense_payment = $business->ref_no_prefixes['expense_payment'];
}
@endphp
{!! Form::label('ref_no_prefixes[expense_payment]', __('lang_v1.expense_payment') . ':') !!}
{!! Form::text('ref_no_prefixes[expense_payment]', $expense_payment, ['class' => 'form-control']); !!}
@php
$business_location_prefix = '';
if(!empty($business->ref_no_prefixes['business_location'])){
$business_location_prefix = $business->ref_no_prefixes['business_location'];
}
@endphp
{!! Form::label('ref_no_prefixes[business_location]', __('business.business_location') . ':') !!}
{!! Form::text('ref_no_prefixes[business_location]', $business_location_prefix, ['class' => 'form-control']); !!}
@php
$username_prefix = !empty($business->ref_no_prefixes['username']) ? $business->ref_no_prefixes['username'] : '';
@endphp
{!! Form::label('ref_no_prefixes[username]', __('business.username') . ':') !!}
{!! Form::text('ref_no_prefixes[username]', $username_prefix, ['class' => 'form-control']); !!}
@php
$subscription_prefix = !empty($business->ref_no_prefixes['subscription']) ? $business->ref_no_prefixes['subscription'] : '';
@endphp
{!! Form::label('ref_no_prefixes[subscription]', __('lang_v1.subscription_no') . ':') !!}
{!! Form::text('ref_no_prefixes[subscription]', $subscription_prefix, ['class' => 'form-control']); !!}
@php
$draft_prefix = !empty($business->ref_no_prefixes['draft']) ? $business->ref_no_prefixes['draft'] : '';
@endphp
{!! Form::label('ref_no_prefixes[draft]', __('sale.draft') . ':') !!}
{!! Form::text('ref_no_prefixes[draft]', $draft_prefix, ['class' => 'form-control']); !!}
@php
$sales_order_prefix = !empty($business->ref_no_prefixes['sales_order']) ? $business->ref_no_prefixes['sales_order'] : '';
@endphp
{!! Form::label('ref_no_prefixes[sales_order]', __('lang_v1.sales_order') . ':') !!}
{!! Form::text('ref_no_prefixes[sales_order]', $sales_order_prefix, ['class' => 'form-control']); !!}