{{ html()->label('Title')->class('form-label') }} {{ html()->span('*')->class('text-danger') }} {{ html()->text('title')->class('form-control')->placeholder('Slider Title') }} {{ html()->div('Menu title is required')->class('invalid-feedback') }}
{{ html()->label('Description')->class('form-label')->for('description') }} {{ html()->textarea('description')->class('form-control ckeditor-classic') }}
Button
{{ html()->label('Text')->class('form-label')->for('button_text') }} {{ html()->text('button_text')->class('form-control') }}
{{ html()->label('Link')->class('form-label')->for('button_text') }} {{ html()->span('*')->class('text-danger') }} {{ html()->text('button_url')->class('form-control')->placeholder('Button Link') }}
{{ html()->label('Target')->class('form-label')->for('button_target') }} {{ html()->span('*')->class('text-danger') }} {{ html()->select('button_target', config('constants.redirect_options'))->class('form-select choices-select') }}
Publish
{{ html()->select('status', config('constants.page_status_options'))->class('form-select choices-select ') }}