@extends('backend.layouts.app') @section('content') {{ html()->form('POST' ,route('backend.plans.store')) ->attribute('data-toggle', 'validator') ->attribute('id', 'form-submit') // Add the id attribute here ->class('requires-validation') // Add the requires-validation class ->attribute('novalidate', 'novalidate') // Disable default browser validation ->open() }}