Hi guys, I'm working on one of my sites which should be able to basically have a "multisite&quo...
Hi there, I've got two tables linked by a Many-to-Many relationship. users id users_items user_id...
return view('users.index')->with([ 'message' => 'Thanks for signing up! Please che...
->orderBy('created_at', 'DESC') If you want the newest result you need to order descendingly - b...
Simply check if the requests variable exists or not. @if (empty($requests) || !$requests->count()...
What do you mean? Is there an error? Are the closed accordions shown? Is anything shown?
Looks like your css isn't loaded correctly. Spontaneous guesses: You have a relative css path for...
The Laravel portal for problem solving, knowledge sharing and community building.