Thank you very much, you made my day :)
This is my solution :
$initiators = Initiator::whereHas('Company', function($q){
$q->where('is_active', '=', 1);
})->get();
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community