Im trying to get the ticket status title via Eloquent Relationship, but it keeps returning the ticke...
$tickets = \Auth::user()->tickets; On User Model public function tickets() { return...
The Laravel portal for problem solving, knowledge sharing and community building.
The community