@lang('Previous logo (if exists) will be replaced')
{!! Form::label('fy_start_month', __('Financial year start month') . ':') !!} @show_tooltip(__('Starting month of The Financial Year for your
business'))
{!! Form::select('fy_start_month', $months, $business->fy_start_month, ['class' => 'form-input', 'required']) !!}