{!! Form::label('tax_label_1', __('business.tax_1_name') . ':') !!}
{!! Form::text('tax_label_1', $business->tax_label_1, ['class' => 'form-control','placeholder' => __('business.tax_1_placeholder')]); !!}
{!! Form::label('tax_number_1', __('business.tax_1_no') . ':') !!}
{!! Form::text('tax_number_1', $business->tax_number_1, ['class' => 'form-control']); !!}
{!! Form::label('tax_label_2', __('business.tax_2_name') . ':') !!}
{!! Form::text('tax_label_2', $business->tax_label_2, ['class' => 'form-control','placeholder' => __('business.tax_1_placeholder')]); !!}
{!! Form::label('tax_number_2', __('business.tax_2_no') . ':') !!}
{!! Form::text('tax_number_2', $business->tax_number_2, ['class' => 'form-control']); !!}