{{ Form::label('about_us_title', __('messages.about_us.title').':', ['class' => 'form-label required ']) }}
{{ Form::text('about_us_title', $aboutUs['about_us_title'], ['class' => 'form-control', 'placeholder' => __('messages.about_us.title'), 'required', 'maxLength' => 70]) }}