@php $countries = App\Models\Country::with('countryCode') ->where('status','active') ->orderBy('iso_code', 'asc') ->get(); @endphp