Hello! After the user login on the admin panel I redirect him to the dashboard, but on that page the...
This is my controller: public function prontuario_index(){ $Prontuarios = Prontuarios::get(15);...
I mean I had the same result. Just tried this, and I had the same result again... Firefox's memory u...
Yes, but I'm having this problem still on the controller, by using print_r or passing the variable t...
I just tried, same result. Reached said: Use this: $Prontuarios = Prontuarios::paginate(15);
The Laravel portal for problem solving, knowledge sharing and community building.
The community