I tried to read an one record of the table on the view.
The command:
{{ $user_search = DB::table('OUSR')->where('U_NAME', 'Ana Silva')->first() }}
When the site execute this command return the error:
htmlspecialchars() expects parameter 1 to be string, object given
I checked on debugger and select is all right.
Anyone can help me ?