Posts by Anderson Augusto • 11 points
2 posts
-
1
votes1
answer59
viewsA: Problems to delete with ajax in Laravel 5.3
try something like this: <div class="container"> <div class="row"> <div class="col l6 m4"> @foreach($list as $lists) <div id="todo-{{ $lists->id }}"class="card black…
-
0
votes1
answer69
viewsQ: Hiding ( $Hidden ) password Laravel 7
I need to hide the password to be seen or etc either in the bucket or whatever form, because I list the users in an administration pad, even using the Model with Hidden as below I can read the…