{{ html()->form('POST', route('department.store'))->class('needs-validation')->attributes(['novalidate'])->open() }} @isset($department) {{ html()->hidden('id', $department->id) }} @endisset