@php $channel = \App\channel_partner::whereStatus('1')->get(); $r = \App\numberdetail::select('numberdetails.type') ->where('status', 'Available') ->groupBy('numberdetails.type') ->get(); @endphp