@php $delivery_points = \App\Models\DeliveryPoint::orderBy('emirate_id')->orderBy('region_id')->get(); @endphp