{{ Form::label('text_main', __('messages.landing_cms.text_main') . ':', ['class' => 'form-label']) }}
{{ Form::text('text_main', $sectionThree['text_main'], ['class' => 'form-control', 'maxLength' => '30', 'placeholder' => __('messages.landing_cms.text_main')]) }}
{{ Form::label('text_secondary', __('messages.landing_cms.text_secondary') . ':', ['class' => 'form-label']) }}
{{ Form::text('text_secondary', $sectionThree['text_secondary'], ['class' => 'form-control', 'required', 'maxLength' => '160', 'placeholder' => __('messages.landing_cms.text_secondary')]) }}
{{ Form::label('text_one', __('messages.landing_cms.text_one') . ':', ['class' => 'form-label']) }}
{{ Form::text('text_one', $sectionThree['text_one'], ['class' => 'form-control', 'maxLength' => '50', 'placeholder' => __('messages.landing_cms.text_one')]) }}
{{ Form::label('text_two', __('messages.landing_cms.text_two') . ':', ['class' => 'form-label']) }}
{{ Form::text('text_two', $sectionThree['text_two'], ['class' => 'form-control', 'maxLength' => '50', 'placeholder' => __('messages.landing_cms.text_two')]) }}
{{ Form::label('text_three', __('messages.landing_cms.text_three') . ':', ['class' => 'form-label']) }}
{{ Form::text('text_three', $sectionThree['text_three'], ['class' => 'form-control', 'maxLength' => '50', 'placeholder' => __('messages.landing_cms.text_three')]) }}
{{ Form::label('text_four', __('messages.landing_cms.text_four') . ':', ['class' => 'form-label']) }}
{{ Form::text('text_four', $sectionThree['text_four'], ['class' => 'form-control', 'maxLength' => '50', 'placeholder' => __('messages.landing_cms.text_four')]) }}
{{ Form::label('text_five', __('messages.landing_cms.text_five') . ':', ['class' => 'form-label']) }}
{{ Form::text('text_five', $sectionThree['text_five'], ['class' => 'form-control', 'maxLength' => '50', 'placeholder' => __('messages.landing_cms.text_five')]) }}
{{ Form::submit(__('messages.common.save'), ['class' => 'btn btn-primary me-2']) }}
{{ Form::reset(__('messages.common.cancel'), ['class' => getLoggedInUser()->language == 'ar' ? 'btn btn-secondary me-2' : 'btn btn-secondary']) }}