Support the ongoing development of Laravel.io →

Cleiton Conceição

Joined 23 Jun 2019

Statistics

Threads 4
Replies 3
Solutions 1
Articles 0
posted 4 years ago

What's wrong with this if?

@if({{Auth::user()->usr_acesso_cadastro_pessoas==0}}) @endif

0 Likes
1 Replies
posted 4 years ago

how to get the database to reset the password? Lavaravel 5.7

I would like to take advantage of the existing logic.

0 Likes
1 Replies

error reset password

in my view is presenting the following error I'm using standard laravel logic "Undefined variab...

0 Likes
1 Replies
Solved
posted 4 years ago

How to display a modal as an error message?

public function destroy($id, Request $request) { $flagFk = DB::table('events') ->...

0 Likes
2 Replies
replied 4 years ago

What's wrong with this if?

resolvi!! @if(Auth::user()->usr_acesso_cadastro_pessoas) @endif

0 Likes
replied 4 years ago

error reset password

resolvido! @if(session('errors')) <script> $(document).ready(() => { ResetarSenha(2); }) &l...

0 Likes
Solved
replied 4 years ago

How to display a modal as an error message?

and on the view would I check how?

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.