{!! html()->label('الكلمة / النمط (Regex):', 'pattern') !!}
{!! html()->text('pattern')->class('form-control')->required()->placeholder('أدخل الكلمة أو النمط (Regex)') !!}
{!! html()->label('النوع:', 'type') !!}
{!! html()->select('type', ['exact' => 'تطابق كامل (كلمة)', 'regex' => 'نمط معقد (Regex)'])->class('form-control custom-select')->required() !!}