json([ 'data' => HCountry::getByCache() ->map(function($country) { $country->flag = asset(HCountry::PUBLIC_PATH . "/$country->code.svg"); return $country; }), 'status' => true ]); } }