I am trying to retrieve and show with a blade file more than one record and cant figure out how. If...
sorry I wasn't clear , public function show(Book $book) { $books= Book::whereClient('stock')->get...
if i hard code what i am searching for in the controller for example: public function show(Book $boo...
The Laravel portal for problem solving, knowledge sharing and community building.
The community