Consistent instantiation of <form>
This commit is contained in:
@@ -9,7 +9,7 @@ use App\Models\Zone;
|
||||
->with(['domain'])
|
||||
->get())->count())
|
||||
|
||||
<form class="needs-validation" method="post" action="{{ url('system/session/add',$o->id) }}" novalidate>
|
||||
<form class="needs-validation" method="post" action="{{ url('system/session/add',$o->id) }}" autocomplete="off" novalidate>
|
||||
@csrf
|
||||
|
||||
<div class="row pt-0">
|
||||
|
Reference in New Issue
Block a user