jeudi 13 février 2020

My laravel collective form is not submitting when I click submit

I have a form in my blade template when I click submit button nothing is happing it is not going to my controller. this is the form

 

{!! Form::select('city_add', array("CAM" => "CAM","KL" => "KL","IPOH" => "IPOH"), 'S',['style'=>'   

 }'],['class' => 'form-control','placeholder'=>'hotel_name']); !!}

  
  {!! Form::close() !!}

this is my route

Route::post('/home', 'HomeController@addcity');


from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2uIBXin
via IFTTT

Aucun commentaire:

Enregistrer un commentaire