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