lundi 3 décembre 2018

Laravel - Display Value in Dropdown

I want to display a value in a dropdown whenever ill edit a content but i dont know how can i display it into the dropdown can someone help me with this thanks

here is my Dropdown Here I have a dropdown that has the value of the country when i insert it to the database. but when I edit the dropdown the country that is saved will removed

 <br>

here is my update controller

    $aircraftFlights = Aircraft::find($id);
        $aircraftFlights ->destination= $request->input('destination');
$aircraftFlights ->save();



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

Aucun commentaire:

Enregistrer un commentaire