@php $iprs = App\IPR::active()->where('type', 'Rakyat')->orderBy('id', 'ASC')->get(); $clusters = App\Cluster::orderBy('id', 'ASC')->get(); @endphp