Posts by user191192 • 11 points
2 posts
-
1
votes1
answer32
viewsA: I’m trying to load the session on the main page with Blade’s directives, but it doesn’t, why?
Try @extends('conteudo') <!-- Optional JavaScript --> <!-- jQuery first, then Popper.js, then Bootstrap JS --> <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"…
-
0
votes1
answer92
viewsQ: Create select box with dynamic data
Good morning, I wanted to implement in my project a select box but where the options are the "name" column of another database table, I mean, I am creating an object and it is possible to associate…