{{ html()->label('Subject')->class('form-label') }} {{ html()->text('subject')->class('form-control')->placeholder('Enter Subject')->required() }} {{ html()->div('Please enter subject')->class('invalid-feedback') }}
{{ html()->label('Description')->class('form-label') }} {{ html()->textarea('desc')->class('form-control ckeditor-classic')->placeholder('..') }}
Cancel
Publish
{{ html()->label('Status')->class('form-label') }} {{ html()->select('status', $statusList)->class('form-control') }}