{!! Form::label('quotation_prefix', trans('settings.quotation_prefix'), array('class' => 'control-label')) !!}
{!! Form::text('quotation_prefix', old('quotation_prefix', Settings::get('quotation_prefix')), array('class' => 'form-control')) !!} {{ $errors->first('quotation_prefix', ':message') }}
{!! Form::label('quotation_start_number', trans('settings.quotation_start_number'), array('class' => 'control-label')) !!}
{!! Form::input('number','quotation_start_number', old('quotation_start_number', Settings::get('quotation_start_number')), array('class' => 'form-control')) !!} {{ $errors->first('quotation_start_number', ':message') }}
{!! Form::label('quotation_template', trans('settings.quotation_template'), array('class' => 'control-label')) !!}
{!! Form::select('quotation_template', $quotation_template, old('quotation_template', Settings::get('quotation_template')), array('id'=>'quotation_template','class' => 'form-control select2')) !!} {{ $errors->first('quotation_template', ':message') }}
{!! Form::label('sales_prefix', trans('settings.sales_prefix'), array('class' => 'control-label')) !!}
{!! Form::text('sales_prefix', old('sales_prefix', Settings::get('sales_prefix')), array('class' => 'form-control')) !!} {{ $errors->first('sales_prefix', ':message') }}
{!! Form::label('sales_start_number', trans('settings.sales_start_number'), array('class' => 'control-label')) !!}
{!! Form::input('number','sales_start_number', old('sales_start_number', Settings::get('sales_start_number')), array('class' => 'form-control')) !!} {{ $errors->first('sales_start_number', ':message') }}
{!! Form::label('saleorder_template', trans('settings.saleorder_template'), array('class' => 'control-label')) !!}
{!! Form::select('saleorder_template', $saleorder_template, old('saleorder_template', Settings::get('saleorder_template')), array('id'=>'saleorder_template','class' => 'form-control select2')) !!} {{ $errors->first('saleorder_template', ':message') }}
{!! Form::label('proforma_prefix', trans('settings.proforma_prefix'), array('class' => 'control-label')) !!}
{!! Form::text('proforma_prefix', old('proforma_prefix', Settings::get('proforma_prefix')), array('class' => 'form-control')) !!} {{ $errors->first('proforma_prefix', ':message') }}
{!! Form::label('proforma_start_number', trans('settings.proforma_start_number'), array('class' => 'control-label required')) !!}
{!! Form::input('number','proforma_start_number', old('proforma_start_number', Settings::get('proforma_start_number')), array('class' => 'form-control')) !!} {{ $errors->first('proforma_start_number', ':message') }}
{!! Form::label('invoice_prefix', trans('settings.invoice_prefix'), array('class' => 'control-label')) !!}
{!! Form::text('invoice_prefix', old('invoice_prefix', Settings::get('invoice_prefix')), array('class' => 'form-control')) !!} {{ $errors->first('invoice_prefix', ':message') }}
{!! Form::label('invoice_start_number', trans('settings.invoice_start_number'), array('class' => 'control-label required')) !!}
{!! Form::input('number','invoice_start_number', old('invoice_start_number', Settings::get('invoice_start_number')), array('class' => 'form-control')) !!} {{ $errors->first('invoice_start_number', ':message') }}
{!! Form::label('invoice_template', trans('settings.invoice_template'), array('class' => 'control-label')) !!}
{!! Form::select('invoice_template', $invoice_template, old('invoice_template', Settings::get('invoice_template')), array('id'=>'invoice_template','class' => 'form-control select2')) !!} {{ $errors->first('invoice_template', ':message') }}
{!! Form::label('invoice_payment_prefix', trans('settings.invoice_payment_prefix'), array('class' => 'control-label')) !!}
{!! Form::text('invoice_payment_prefix', old('invoice_payment_prefix', Settings::get('invoice_payment_prefix')), array('class' => 'form-control')) !!} {{ $errors->first('invoice_payment_prefix', ':message') }}
{!! Form::label('invoice_payment_start_number', trans('settings.invoice_payment_start_number'), array('class' => 'control-label')) !!}
{!! Form::input('number','invoice_payment_start_number', old('invoice_payment_start_number', Settings::get('invoice_payment_start_number')), array('class' => 'form-control')) !!} {{ $errors->first('invoice_payment_start_number', ':message') }}