{{ 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]) }}
{{ Form::label('about_us_description', __('messages.about_us.description').':', ['class' => 'form-label required ']) }}
{{ Form::hidden('about_us_description', null, ['id' => 'aboutUsDescription']) }}
{{ Form::submit(__('messages.common.save'),['class' => 'btn btn-primary me-2','id'=>'aboutUsSaveBtn']) }}