The query $result = Serial::where('date','2022-05-11')->with(['patient.village'])->get() will...
@percydee composer is the package manager for PHP. Without it you can't use Laravel (or the most oth...
Hello @percydee Welcome on this forum :) Did you read the instructions on: https://laravel.com/docs/...
Thanks for your apology On PHP 7.4 you can do this: @if(isset($session, $session->agora_settings,...
Technically there is a difference between a not found (with a status code 404) and a not allowed (wi...
The Laravel portal for problem solving, knowledge sharing and community building.