Posts by Julia Zuin • 1 point
3 posts
-
0
votes1
answer51
viewsA: Return variable inside if to move to view
Blade: <h3>Escolha uma chave estrangeira para selecionar uma RCI</h3> <!--ID DROPDOWN--> <label for="idrci">Chave estrangeira: </label> <select class="form-control"…
-
0
votes1
answer51
viewsQ: Return variable inside if to move to view
i want to write a code so that the user chooses an ID in a combobox and specific information is shown in HTML, but I need to do an if to know if the chosen provider is A, B or C, but I can’t return…
-
0
votes0
answers24
viewsQ: mysql relations in Laravel 5.5
I’m trying to model with Laravel a database for purchases, in my mysql relations are like this, so I modeled on Laravel, for the associative table "vendor_detail_item" I used "belongstoMany"…