Does anyone know if the views for login/register was removed on purpose from 5.1 ? They are listed o...
Following should work if you want to use try/catch use Illuminate\Database\Eloquent\ModelNotFoundExc...
Probably just me, but I can't wrap my head around what you're trying to achieve with this: Patient::...
Not sure it's better, but something like: $user = User::with('Address')->find(Auth::user()->id...
The Laravel portal for problem solving, knowledge sharing and community building.