@if({{Auth::user()->usr_acesso_cadastro_pessoas==0}}) @endif
I would like to take advantage of the existing logic.
in my view is presenting the following error I'm using standard laravel logic "Undefined variab...
public function destroy($id, Request $request) { $flagFk = DB::table('events') ->...
resolvi!! @if(Auth::user()->usr_acesso_cadastro_pessoas) @endif
resolvido! @if(session('errors')) <script> $(document).ready(() => { ResetarSenha(2); }) &l...